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


In This Topic
    InputType Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property InputType As Android.Text.InputTypes
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Android.Text.InputTypes
     
    instance.InputType = value
     
    value = instance.InputType
    public virtual Android.Text.InputTypes InputType {get; set;}
    See Also