Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CheckBox Class / IsChecked Property


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