[This is preliminary documentation and is subject to change.]

Gets or sets value of thei NumericUpDown

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: 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 NumericUpDown

Return Value

Value of this NumericUpDown

See Also

Collapse/expand Version History