Table of Contents

Enum ToggleState

Namespace
Avalonia.Automation.Provider
Assembly
Avalonia.Controls.dll

Contains values that specify the toggle state of a UI Automation element.

public enum ToggleState

Fields

Indeterminate = 2

The UI Automation element is in an indeterminate state.

Off = 0

The UI Automation element isn't selected, checked, marked, or otherwise activated.

On = 1

The UI Automation element is selected, checked, marked, or otherwise activated.