PipsPager.WrapMode Property
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.
Gets or sets a value that determines whether the PipsPager
control wraps between the first and last items.
public:
property PipsPagerWrapMode WrapMode { PipsPagerWrapMode get(); void set(PipsPagerWrapMode value); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerWrapMode::None")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerWrapMode::None")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerWrapMode::None")]
PipsPagerWrapMode WrapMode();
void WrapMode(PipsPagerWrapMode value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerWrapMode::None")]
public PipsPagerWrapMode WrapMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerWrapMode::None")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerWrapMode::None")] set; }
var pipsPagerWrapMode = pipsPager.wrapMode;
pipsPager.wrapMode = pipsPagerWrapMode;
Public Property WrapMode As PipsPagerWrapMode
Property Value
A value of the enumeration that determines whether the PipsPager
control wraps between the first and last items. The default is None
.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute
Remarks
Set this property to Wrap
if you want the selected pip to wrap back to the first after the last one is reached, and vice-versa.