ToggleState Enum
Definition
Contains values that specify the toggle state of a UI Automation element.
public enum ToggleState
Fields
| Name | Description |
|---|---|
| Indeterminate | The UI Automation element is in an indeterminate state. |
| Off | The UI Automation element isn't selected, checked, marked, or otherwise activated. |
| On | The UI Automation element is selected, checked, marked, or otherwise activated. |
Indeterminate Field
The UI Automation element is in an indeterminate state.
public Avalonia.Automation.Provider.ToggleState Indeterminate
Off Field
The UI Automation element isn't selected, checked, marked, or otherwise activated.
public Avalonia.Automation.Provider.ToggleState Off
On Field
The UI Automation element is selected, checked, marked, or otherwise activated.
public Avalonia.Automation.Provider.ToggleState On