Table of Contents

Enum ToggleState

Namespace
Stride.UI
Assembly
Stride.UI.dll

Describe the different possible states of an ToggleButton.

public enum ToggleState

Fields

Checked = 0

The toggle button is checked.

Indeterminate = 1

The state of the toggle button is undetermined

UnChecked = 2

The toggle button is unchecked.