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


In This Topic
    Mask Property
    In This Topic
    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