TextBoxExtensions.SetMaskPlaceholder(TextBox, String) Method

Definition

Sets placeholder property which represents the variable character that the user can edit in the textbox

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

Parameters

obj
Windows.UI.Xaml.Controls.TextBox

TextBox Control

value
String

placeholder Value

Applies to