Share via


SettingsFlyoutTemplateSettings.HeaderBackground Property

Definition

Gets the brush that fills the background of the SettingsFlyout header area.

public:
 property Brush ^ HeaderBackground { Brush ^ get(); };
Brush HeaderBackground();
public Brush HeaderBackground { get; }
var brush = settingsFlyoutTemplateSettings.headerBackground;
Public ReadOnly Property HeaderBackground As Brush

Property Value

The brush that fills the background of the SettingsFlyout header area.

Applies to

See also