Specifies the minimum position value.
Declaration
componentPropObj.Min
Read-Write Property | Float |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
Description
The Min
property lets you get or set the minimum position value that is represented by a TcxProgressBar
component. The Min
and Max
properties define the total range for Position
.
Note that the Min
property cannot be set to a value greater than the Max
property value, and vice versa.
Property Value
A floating-point number that determines the minimum position represented by the component. The default value is 0.