Поделиться через


PipsPagerWrapMode Enum

Definition

Defines constants that specify how the PipsPager control handles wrapping.

public enum class PipsPagerWrapMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 458752)]
enum class PipsPagerWrapMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 458752)]
public enum PipsPagerWrapMode
Public Enum PipsPagerWrapMode
Inheritance
PipsPagerWrapMode
Attributes

Fields

Name Value Description
None 0

The PipsPager does not wrap after the first or last pip is reached.

Wrap 1

The PipsPager wraps back to the first pip after last pip is reached, and vice-versa.

Remarks

This enumeration provides values for the PipsPager.WrapMode property.

Applies to

See also