TextBoxExtensions.SetMaskPlaceholder(TextBox, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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