InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputMaskedTextBox Class / Mask Property

In This Topic
    Mask Property (C1InputMaskedTextBox)
    In This Topic
    Gets or sets the input mask.
    Syntax
    'Declaration
     
    Public Property Mask As String
    public string Mask {get; set;}
    See Also