NumberIntegerPartDisplayFieldGroupSizes プロパティ
|
数値の小数点から左に向かう各桁グループの桁数を取得または設定します。
名前空間:
GrapeCity.Windows.InputMan.Fields
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public ObservableCollection<IntegerItem> GroupSizes { get; set; }
Public Property GroupSizes As ObservableCollection(Of IntegerItem)
Get
Set
プロパティ値
型:
ObservableCollectionIntegerItem
数値ラッパーの
IntegerItem において小数点から左に向かう各桁グループの桁数。
InvariantInfo の既定値は、3 に設定された要素を 1 つだけ含む 1 次元の配列です。
関連項目