State
: bool
[Get][Set] |
State of the switch, the style will be set respectively for on and off states.
Signature
bool State |
StateChanged
: Action< bool >
[Get][Set] |
The event that would be invoked when the state is changed by setting the State property.
Signature
Action<bool> StateChanged |
UpdateIcon
()
|
Signature
override void UpdateIcon() Returns override void |