Edit

Share via


TextBoxMask.SetMask(DependencyObject, String) Method

Definition

Sets textbox mask property which represents mask/format for the textbox that the user must follow

public static void SetMask (Windows.UI.Xaml.DependencyObject obj, string value);
static member SetMask : Windows.UI.Xaml.DependencyObject * string -> unit
Public Shared Sub SetMask (obj As DependencyObject, value As String)

Parameters

obj
Windows.UI.Xaml.DependencyObject

TextBox Control

value
String

Mask Value

Applies to