Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ToggleButton Class / IsChecked Property


In This Topic
    IsChecked Property (C1ToggleButton)
    In This Topic
    Gets or sets whether the C1ToggleButton is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Boolean
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Boolean
     
    instance.IsChecked = value
     
    value = instance.IsChecked
    public bool IsChecked {get; set;}
    See Also