Expander.TemplateSettings 属性

定义

获取一个 对象,该对象提供可在定义扩展器模板时作为 TemplatedParent 源引用的计算值。

public:
 property ExpanderTemplateSettings ^ TemplateSettings { ExpanderTemplateSettings ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
ExpanderTemplateSettings TemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
public ExpanderTemplateSettings TemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField] get; }
var expanderTemplateSettings = expander.templateSettings;
Public ReadOnly Property TemplateSettings As ExpanderTemplateSettings

属性值

ExpanderTemplateSettings 的一个实例。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

示例

提示

有关详细信息、设计指南和代码示例,请参阅 Expander

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

适用于