[This is preliminary documentation and is subject to change.]
Gets or sets value indication decimal place precision of number
Namespace: Tools.WindowsT.WPF.ControlsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)] public int DecimalPlaces { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)> _ Public Property DecimalPlaces As Integer Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Appearance)] public: property int DecimalPlaces { int get (); void set (int value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)>] member DecimalPlaces : int with get, set |
| JScript |
|---|
function get DecimalPlaces () : int function set DecimalPlaces (value : int) |
Field Value
Number of decimal places to be entered
Remarks
Drecimal-places pecision of number
See Also
Version History
1.5.2
- KnownCategoryAttribute applied