PipsPagerTemplateSettings.PipsPagerItems Property

Definition

Gets or sets the list of integers to represent the pips in the PipsPager.

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

public:
 property IVector<int> ^ PipsPagerItems { IVector<int> ^ get(); };
IVector<int> PipsPagerItems();
public IList<int> PipsPagerItems { get; }
Public ReadOnly Property PipsPagerItems As IList(Of Integer)

Property Value

Applies to

See also