ModernSwitchIsChecked Property |
Gets or Sets if the switch is checked.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public bool IsChecked { get; set; }
Public Property IsChecked As Boolean
Get
Set
public:
property bool IsChecked {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also