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


In This Topic
    KeyboardType Property
    In This Topic
    Gets or sets the keyboard type.
    Syntax
    'Declaration
     
    
    Public Property KeyboardType As Android.Text.InputTypes
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As Android.Text.InputTypes
     
    instance.KeyboardType = value
     
    value = instance.KeyboardType
    public Android.Text.InputTypes KeyboardType {get; set;}
    See Also