NumericUpDownAcceleration.Increment 属性

定义

获取或设置在加速期间增加或递减显示值的数量。

public:
 property System::Decimal Increment { System::Decimal get(); void set(System::Decimal value); };
public decimal Increment { get; set; }
member this.Increment : decimal with get, set
Public Property Increment As Decimal

属性值

在加速期间增加或递减显示值的数量。

例外

设置值小于 0。

适用于