Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / InputType Property


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