IRangeValueProvider Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property IsReadOnly Gets a value that indicates whether the value of a control is read-only.
Public property 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.
Public property Maximum Gets the maximum range value that is supported by the control.
Public property Minimum Gets the minimum range value that is supported by the control.
Public property 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.
Public property Value Gets the value of the control.
Top

Show:
© 2017 Microsoft