Enum ToggleState
Defines the states of a toggle in a Windows element.
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public enum ToggleState : int
Fields
Name | Description |
---|---|
Checked | The toggle is checked. |
Indeterminate | The toggle is indeterminate. |
Unchecked | The toggle is not checked. |