Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 579 Bytes

passwordbox_passwordchar.md

File metadata and controls

28 lines (19 loc) · 579 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.PasswordBox.PasswordChar
winrt property

Microsoft.UI.Xaml.Controls.PasswordBox.PasswordChar

-description

Gets or sets the masking character for the PasswordBox.

-xaml-syntax

<PasswordBox PasswordChar="char"/>

-property-value

A masking character to echo when the user enters text into the PasswordBox. The default value is a bullet character (●).

-remarks

-examples

-see-also