ComponentOne Xamarin.Android
Mask Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : Mask Property
Gets or sets the mask used to validate input as the user types. The mask must be a string composed of one or more of the masking elements.
Syntax
'Declaration
 
Public Property Mask As String
'Usage
 
Dim instance As C1MaskedTextView
Dim value As String
 
instance.Mask = value
 
value = instance.Mask
public string Mask {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members