Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / Checked Property


In This Topic
    Checked Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Checked As Boolean
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Boolean
     
    instance.Checked = value
     
    value = instance.Checked
    public virtual bool Checked {get; set;}
    See Also