CommandBarFlyoutCommandBar.FlyoutTemplateSettings Property

Definition

Gets an object that provides calculated values that can be referenced as {TemplateBinding} markup extension sources when defining templates for a CommandBarFlyoutCommandBar control.

public:
 property CommandBarFlyoutCommandBarTemplateSettings ^ FlyoutTemplateSettings { CommandBarFlyoutCommandBarTemplateSettings ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
CommandBarFlyoutCommandBarTemplateSettings FlyoutTemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
public CommandBarFlyoutCommandBarTemplateSettings FlyoutTemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField] get; }
var commandBarFlyoutCommandBarTemplateSettings = commandBarFlyoutCommandBar.flyoutTemplateSettings;
Public ReadOnly Property FlyoutTemplateSettings As CommandBarFlyoutCommandBarTemplateSettings

Property Value

An object that provides calculated values for templates.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

Applies to