NumberBox.LargeChange Eigenschaft

Definition

Ruft den Wert ab, der beim Erstellen einer großen Änderung hinzugefügt oder subtrahiert wird, z. B. mit den PageUP- und PageDown-Tasten, oder legt diesen fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

Eigenschaftswert

Double

double

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: