Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 847 Bytes

settingsflyout_title.md

File metadata and controls

30 lines (21 loc) · 847 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SettingsFlyout.Title
winrt property

Windows.UI.Xaml.Controls.SettingsFlyout.Title

-description

Gets or sets the title of the SettingsFlyout control when displayed.

-xaml-syntax

<SettingsFlyout Title="string"/>

-property-value

The title of the SettingsFlyout control. This typically appears in the SettingsFlyout control header area. The default is an empty string.

-remarks

Note

Even though the default property value is an empty string, the Microsoft Visual Studio Settings Flyout item template sets the Title to the name of your settings flyout class (for example, Title="AccountSettingsFlyout").

-examples

-see-also