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


In This Topic
    CheckedText Property
    In This Topic
    Gets or sets the text show when the button is checked.
    Syntax
    'Declaration
     
    
    Public Property CheckedText As String
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As String
     
    instance.CheckedText = value
     
    value = instance.CheckedText
    public string CheckedText {get; set;}
    See Also