Silverlight NumericUpDown
The NumericUpDown exposes several properties for controlling various aspects of the NumericUpDown and its behaviour.
Properties for Liquid.NumericUpDown
Below are the available properties complete with descriptions.
| Property Name | Type | Description |
| Value |
Int32 |
Gets or sets the value of the control. |
| Min |
Int32 |
Gets or sets the minimum acceptable value. |
| Max |
Int32 |
Gets or sets the maximum acceptable value. |
| Step |
Int32 |
Gets or sets the amount to increment/decrement by. |
| Interval |
Int32 |
Gets or sets the amount of time in miliseconds between repeats. |
Methods for Liquid.NumericUpDown
Below are the available methods, complete with parameters and descriptions.
| Method Name | Description | Parameters |
| OnApplyTemplate() |
This is called when the template has been bound to the control. |
|
Rate this:
1 Star
2 Star
3 Star
4 Star
5 Star
8 Ratings / 2.5 Average