IRangeValueProvider Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The IRangeValueProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsReadOnly | Gets a value that indicates whether the value of a control is read-only. |
|
LargeChange | Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key. |
|
Maximum | Gets the maximum range value that is supported by the control. |
|
Minimum | Gets the minimum range value that is supported by the control. |
|
SmallChange | Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key. |
|
Value | Gets the value of the control. |
Show: