NumberBox.LargeChange Propiedad

Definición

Obtiene o establece el valor que se agrega o resta de Value cuando se realiza un cambio grande, como con las claves PageUP y PageDown.

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

public:
 property double LargeChange { double get(); void set(double value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")]
double LargeChange();

void LargeChange(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")]
double LargeChange();

void LargeChange(double value);
public double LargeChange { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")]
public double LargeChange { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="10")] set; }
Public Property LargeChange As Double

Valor de propiedad

Double

double

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a