PipsPagerWrapMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.