Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / UncheckedText Property


In This Topic
    UncheckedText Property
    In This Topic
    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