Windows.UI.Xaml.Controls.TextBox.PlaceholderText

June 22, 2022 ยท View on GitHub

-description

Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.

-xaml-syntax

<TextBox PlaceholderText="placeholderString"/>

-xaml-values

placeholderString
placeholderStringA text string that serves as placeholder content.
## -property-value The text that is displayed in the control when no value is entered. The default is an empty string ("").

-remarks

-examples

-see-also