NumericUpDownAcceleration.Increment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要在加速過程中增加或減少顯示值的數量。
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。