Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.1 KB

passwordbox_header.md

File metadata and controls

41 lines (29 loc) · 1.1 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.PasswordBox.Header
winrt property

Windows.UI.Xaml.Controls.PasswordBox.Header

-description

Gets or sets the content for the control's header.

-xaml-syntax

<PasswordBox Header="headerString"/>
- or -
<PasswordBox>
  <PasswordBox.Header>headerObject</PasswordBox.Header>
</PasswordBox>

-xaml-values

headerString
headerStringA text string that serves as header content.
headerObject
headerObjectA single object element that serves as header content. Use discretion when using objects as header content; not all objects are suitable for use within the limited presentation surface that appears for headers.
## -property-value The content of the control's header. The default is **null**.

-remarks

You can set a data template for the Header value by using the HeaderTemplate property.

-examples

-see-also

Password, HeaderTemplate