PipsPager.TemplateSettings 属性

定义

提供在为 PipsPager 定义模板时可引用为 TemplatedParent 源的计算值。 不适用于一般用途。

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

属性值

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

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

示例

提示

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

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

适用于

另请参阅