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