ModernSwitch Class |
Namespace: Hummingbird.UI
The ModernSwitch type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModernSwitch | Initializes a new instance of the ModernSwitch class |
Name | Description | |
---|---|---|
![]() | CheckedText |
Text to show when the ModernSwitch is checked.
|
![]() | IsChecked |
Gets or Sets if the switch is checked.
|
![]() | UnCheckedText |
Text to show when the ModernSwitch is unchecked.
|
Name | Description | |
---|---|---|
![]() | IsCheckedChanged |
An event handler invokes when the value of IsChecked property changes
|
Name | Description | |
---|---|---|
![]() ![]() | CheckedTextProperty |
The checked text property
|
![]() ![]() | IsCheckedProperty |
The is checked property
|
![]() ![]() | UnCheckedTextProperty |
The un checked text property
|