Share via


NumberBox.LargeChange プロパティ

定義

PageUP キーや PageDown キーなど、大きな変更が加えられたときに Value に加算または減算される値を取得または設定します。

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

プロパティ値

Double

double

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象