ToggleState Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Describe the different possible states of an ToggleButton.
public enum ToggleState
Fields
Name | Description |
---|---|
Checked | The toggle button is checked. |
Indeterminate | The state of the toggle button is undetermined |
UnChecked | The toggle button is unchecked. |