-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.TextBox.PlaceholderText |
winrt property |
Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.
<TextBox PlaceholderText="placeholderString"/>
- placeholderString
- placeholderStringA text string that serves as placeholder content.