ValueInterval Class Members
In This Topic
The following tables list the members exposed by ValueInterval.
Public Constructors
Public Properties
| Name | Description |
| DataType | Gets or sets the type of lower and upper bounds (taken from the control’s DataType). |
| IncludeMax | Gets or sets a value indicating whether the upper bound is included. |
| IncludeMin | Gets or sets a value indicating whether the lower bound is included. |
| MaxValue | Gets or sets the upper bound. |
| MinValue | Gets or sets the lower bound. |
| UseMaxValue | Gets or sets a value indicating whether to use the MaxValue property or whether the upper bound is positive infinity. |
| UseMinValue | Gets or sets a value indicating whether to use the MinValue property or whether the lower bound is negative infinity. |
Top
See Also