Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry 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 C1MaskedEntry
    Dim value As String
     
    instance.Mask = value
     
    value = instance.Mask
    public string Mask {get; set;}
    See Also