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

属性值

Decimal

要在加速过程中递增或递减显示值的量。

例外

设置的值小于 0。

适用于