PipsPager.NextButtonVisibility Property

Definition

Gets or sets the display state of the Next button.

C#
public PipsPagerButtonVisibility NextButtonVisibility { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerButtonVisibility::Collapsed")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerButtonVisibility::Collapsed")] set; }
C#
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerButtonVisibility::Collapsed")]
public PipsPagerButtonVisibility NextButtonVisibility { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerButtonVisibility::Collapsed")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::PipsPagerButtonVisibility::Collapsed")] set; }

Property Value

The display state of the Previous button. The default value is 'Collapsed'.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also