Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / KeyboardType Property


In This Topic
    KeyboardType Property
    In This Topic
    Gets or sets the keyboard type.
    Syntax
    'Declaration
     
    
    Public Overrides Property KeyboardType As UIKit.UIKeyboardType
    'Usage
     
    
    Dim instance As C1MaskedTextField
    Dim value As UIKit.UIKeyboardType
     
    instance.KeyboardType = value
     
    value = instance.KeyboardType
    public override UIKit.UIKeyboardType KeyboardType {get; set;}
    See Also