SettingsFlyoutTemplateSettings.HeaderBackground 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 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.