ComponentOne Xamarin.iOS
UncheckedText Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ToggleButton Class : UncheckedText Property
Gets or sets the text shown when the button is unchecked.
Syntax
'Declaration
 
Public Property UncheckedText As String
'Usage
 
Dim instance As C1ToggleButton
Dim value As String
 
instance.UncheckedText = value
 
value = instance.UncheckedText
public string UncheckedText {get; set;}
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members