SettingsFlyoutTemplateSettings SettingsFlyoutTemplateSettings SettingsFlyoutTemplateSettings SettingsFlyoutTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a SettingsFlyout control. Not intended for general use.

public : sealed class SettingsFlyoutTemplateSettings : DependencyObject, ISettingsFlyoutTemplateSettingspublic sealed class SettingsFlyoutTemplateSettings : DependencyObject, ISettingsFlyoutTemplateSettingsPublic NotInheritable Class SettingsFlyoutTemplateSettings Inherits DependencyObject Implements ISettingsFlyoutTemplateSettings// This API is not available in Javascript.
Inheritance
SettingsFlyoutTemplateSettingsSettingsFlyoutTemplateSettingsSettingsFlyoutTemplateSettingsSettingsFlyoutTemplateSettings
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Remarks

Get instances of SettingsFlyoutTemplateSettings by querying the value of TemplateSettings.

Properties

BorderBrush BorderBrush BorderBrush BorderBrush

Gets the brush that fills the border area of the SettingsFlyout.

public : Brush BorderBrush { get; }public Brush BorderBrush { get; }Public ReadOnly Property BorderBrush As Brush// This API is not available in Javascript.
Value
Brush Brush Brush Brush

The brush that fills the border area of the SettingsFlyout.

BorderThickness BorderThickness BorderThickness BorderThickness

Gets the thickness of the SettingsFlyout border.

public : Thickness BorderThickness { get; }public Thickness BorderThickness { get; }Public ReadOnly Property BorderThickness As Thickness// This API is not available in Javascript.
Value
Thickness Thickness Thickness Thickness

The thickness of the SettingsFlyout border.

ContentTransitions ContentTransitions ContentTransitions ContentTransitions

Gets the collection of content transitions used by the SettingsFlyout.

public : TransitionCollection ContentTransitions { get; }public TransitionCollection ContentTransitions { get; }Public ReadOnly Property ContentTransitions As TransitionCollection// This API is not available in Javascript.
Value
TransitionCollection TransitionCollection TransitionCollection TransitionCollection

The collection of content transitions used by the SettingsFlyout.

HeaderBackground HeaderBackground HeaderBackground HeaderBackground

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

public : Brush HeaderBackground { get; }public Brush HeaderBackground { get; }Public ReadOnly Property HeaderBackground As Brush// This API is not available in Javascript.
Value
Brush Brush Brush Brush

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

HeaderForeground HeaderForeground HeaderForeground HeaderForeground

Gets the brush that renders the header text of the SettingsFlyout.

public : Brush HeaderForeground { get; }public Brush HeaderForeground { get; }Public ReadOnly Property HeaderForeground As Brush// This API is not available in Javascript.
Value
Brush Brush Brush Brush

The brush that renders the header text of the SettingsFlyout.

IconSource IconSource IconSource IconSource

Gets the source image for the SettingsFlyout icon.

public : ImageSource IconSource { get; }public ImageSource IconSource { get; }Public ReadOnly Property IconSource As ImageSource// This API is not available in Javascript.
Value
ImageSource ImageSource ImageSource ImageSource

The source image for the SettingsFlyout icon.

See Also