Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField 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
     
    
    <Foundation.ExportAttribute("Mask")>
    <BrowsableAttribute(True)>
    Public Property Mask As String
    'Usage
     
    
    Dim instance As C1MaskedTextField
    Dim value As String
     
    instance.Mask = value
     
    value = instance.Mask
    [Foundation.Export("Mask")]
    [Browsable(true)]
    public string Mask {get; set;}
    See Also