バージョン

SpinIncrement プロパティ (UltraCurrencyEditor)

スピン ボタンを使用する時にコントロールの Value が増分/減少される量を取得または設定します。
シンタックス
'宣言
 
Public Property SpinIncrement As Nullable(Of Decimal)
public Nullable<decimal> SpinIncrement {get; set;}
使用例
Me.ultraCurrencyEditor1.SpinIncrement = 0.01
this.ultraCurrencyEditor1.SpinIncrement = 0.01M;
参照