CommandBarFlyoutCommandBar.FlyoutTemplateSettings 属性

定义

获取一个 对象,该对象提供可在为 CommandBarFlyoutCommandBar 控件定义模板时作为 {TemplateBinding} 标记扩展源引用的计算值。

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

属性值

一个 对象,该对象为模板提供计算值。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

适用于