Share via


PipsPager.TemplateSettings Property

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a PipsPager. Not intended for general use.

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

Property Value

An object that provides calculated values for templates.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

Examples

Tip

For more info, design guidance, and code examples, see PipsPager.

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.

Applies to

See also