SettingsFlyoutTemplateSettings.HeaderForeground Property

Definition

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.

Applies to

See also