CheckBoxStyle
Represents the appearance of a Check Box.
π Constructor
Type | Name | Description |
---|---|---|
Background? | Background appearance | |
HoveredBackground? | Background appearance when hovered | |
PressedBackground? | Background appearance when pressed | |
UncheckedBrush? | CheckBox appearance when the CheckBox is unchecked (normal) | |
HoveredUnchecked | CheckBox appearance when the CheckBox is unchecked and hovered | |
PressedUnchecked | CheckBox appearance when the CheckBox is unchecked and pressed | |
Checked | CheckBox appearance when the CheckBox is checked | |
HoveredChecked | CheckBox appearance when checked and hovered | |
PressedChecked | CheckBox appearance when checked and pressed |
Last updated