NumberBox.LargeChange 屬性

定義

取得或設定在進行大變更時,加入或減去 Value 的值,例如使用 PageUP 和 PageDown 鍵。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

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

屬性值

Double

double

屬性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用於