Class SwitchFormInputView
Checkbox switch for the
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class SwitchFormInputView : Control
Constructors
| Improve this Doc View SourceSwitchFormInputView()
Initializes an instance of the SwitchFormInputView class.
Declaration
public SwitchFormInputView()
Fields
| Improve this Doc View SourceElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IsCheckedProperty
Identifies the
Declaration
public static readonly DependencyProperty IsCheckedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceElement
Gets or sets the FieldFormElement.
Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FieldFormElement> |
IsChecked
Gets or sets a value indicating whether this switch is checked or not.
Declaration
public bool IsChecked { get; set; }
Property Value
Type | Description |
---|---|
Boolean |