Skip to main content

TcxCustomProgressBarProperties.Min Property

Specifies the minimum value that can be displayed by the progress bar control.

Declaration

property Min: Double read; write;

Property Value

Type
Double

Remarks

The range of values that can be displayed by the progress bar control is specified by the Min and Max properties. This means that the Position property can be set to a value that falls between these property values. Note that the Min property cannot be set to a value greater than the Max property value and vice versa.

If the Position and Min properties are set to the same value, the control is empty (no progress bar is displayed). If the ShowText property is True and the ShowTextStyle property value is cxtsPercent the control will display ‘0%‘.

The default value of the Min property is 0.

See Also