ModernSwitchUnCheckedText Property |
Text to show when the ModernSwitch is unchecked.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public string UnCheckedText { get; set; }
Public Property UnCheckedText As String
Get
Set
public:
property String^ UnCheckedText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also