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.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

An object that provides calculated values for templates.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

Applies to