Windows.UI.Xaml.Controls.SettingsFlyout.Title

February 8, 2017 ยท View on GitHub

-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