Class SegmentedControl
Internal control used by the UtilityNetworkTraceTool.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class SegmentedControl : GraphicsView
Constructors
| Improve this Doc View SourceSegmentedControl()
Initializes a new instance of the SegmentedControl class.
Declaration
public SegmentedControl()
Fields
| Improve this Doc View SourceSelectedSegmentIndexProperty
Identifies the SelectedSegmentIndex bindable property.
Declaration
public static readonly BindableProperty SelectedSegmentIndexProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceSelectedSegmentIndex
Gets or sets the index of the currently selected segment.
Declaration
public int SelectedSegmentIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |