Edit

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(Microsoft.UI.Xaml.Controls.TextBox obj, string value);
static member SetMaskPlaceholder : Microsoft.UI.Xaml.Controls.TextBox * string -> unit
Public Shared Sub SetMaskPlaceholder (obj As TextBox, value As String)

Parameters

obj
Microsoft.UI.Xaml.Controls.TextBox

TextBox Control

value
String

placeholder Value

Applies to