SettingsFlyoutTemplateSettings.HeaderForeground Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the brush that renders the header text of the SettingsFlyout.
public:
property Brush ^ HeaderForeground { Brush ^ get(); };
Brush HeaderForeground();
public Brush HeaderForeground { get; }
var brush = settingsFlyoutTemplateSettings.headerForeground;
Public ReadOnly Property HeaderForeground As Brush
Property Value
The brush that renders the header text of the SettingsFlyout.