バージョン

MinDecimalPlaces プロパティ (WebPercentEditor)

フォーカスを待たない場合、コントロール内のテキストで使用される小数点以下の最小桁数を取得または設定します。
シンタックス
'宣言
 
Public Overrides Property MinDecimalPlaces As Nullable(Of Integer)
public override Nullable<int> MinDecimalPlaces {get; set;}
解説

注: null の場合、Culture の NumberFormat プロパティの PercentDecimalDigits の設定が使用されます。

参照