Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 577 Bytes

passwordbox_passwordchar.md

File metadata and controls

30 lines (19 loc) · 577 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.PasswordBox.PasswordChar
winrt property

Windows.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