Leer en inglés

Compartir a través de


PipsPager.MaxVisiblePips Propiedad

Definición

Número máximo de pips que se muestran en PipsPager a la vez.

public int MaxVisiblePips { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="5")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="5")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="5")]
public int MaxVisiblePips { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="5")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="5")] set; }

Valor de propiedad

Int32

Número máximo de pips que se muestran en PipsPager a la vez. El valor predeterminado es 5.

Cuando sea posible, PipsPager siempre se centra en el pip seleccionado.

MaxVisiblePips debe establecerse en un número positivo. Si se establece en 0, no se podrá ver ninguna página para el usuario.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a

Consulte también