Share via


NumberBox.LargeChange Propriedade

Definição

Obtém ou define o valor que é adicionado ou subtraído de Value quando uma grande alteração é feita, como com as chaves PageUP e PageDown.

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; }
var double = numberBox.largeChange;
numberBox.largeChange = double;
Public Property LargeChange As Double

Valor da propriedade

Double

double

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Aplica-se a