ComponentOne Xamarin.iOS
KeyboardType Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : KeyboardType Property
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

Reference

C1MaskedTextField Class
C1MaskedTextField Members