Show / Hide Table of Contents

Class SegmentedControl

Internal control used by the UtilityNetworkTraceTool.

Inheritance
Object
SegmentedControl
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class SegmentedControl : GraphicsView

Constructors

| Improve this Doc View Source

SegmentedControl()

Initializes a new instance of the SegmentedControl class.

Declaration
public SegmentedControl()

Fields

| Improve this Doc View Source

SelectedSegmentIndexProperty

Identifies the SelectedSegmentIndex bindable property.

Declaration
public static readonly BindableProperty SelectedSegmentIndexProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

SelectedSegmentIndex

Gets or sets the index of the currently selected segment.

Declaration
public int SelectedSegmentIndex { get; set; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX