Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 746 Bytes

passwordbox_placeholdertext.md

File metadata and controls

32 lines (22 loc) · 746 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.PasswordBox.PlaceholderText
winrt property

Microsoft.UI.Xaml.Controls.PasswordBox.PlaceholderText

-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

<PasswordBox 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