[This is preliminary documentation and is subject to change.]
Gets or sets value indicating step value changes when user increnets/decrements the value
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.Behavior)] public decimal Change { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ Public Property Change As Decimal Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] public: property Decimal Change { Decimal get (); void set (Decimal value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] member Change : decimal with get, set |
| JScript |
|---|
function get Change () : decimal function set Change (value : decimal) |
Field Value
Value of increment/decrement stepReturn Value
Value of incerement/decrement step
See Also
Version History
1.5.2
- KnownCategoryAttribute applied