[This is preliminary documentation and is subject to change.]
Gets or sets value of thei NumericUpDown
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 decimal Value { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)> _ Public Property Value As Decimal Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Appearance)] public: property Decimal Value { Decimal get (); void set (Decimal value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)>] member Value : decimal with get, set |
| JScript |
|---|
function get Value () : decimal function set Value (value : decimal) |
Field Value
Sets value of this NumericUpDownReturn Value
Value of this NumericUpDown
See Also
Version History
1.5.2
- KnownCategoryAttribute applied