Defines the starting position for the overload bar.
Declaration
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
Use the OverloadValue
property to set or get the position where the overload bar starts. The overload bar is an area of the progress bar component where position values are greater than the OverloadValue
value and less than Position
. If the ShowOverload
property is enabled, then the overload area is filled with colors specified by the OverloadBeginColor
and OverloadEndColor
properties.
Property Value
A floating-point value indicating where the overload bar begins on a component.
Remarks
The value of the OverloadValue
property should be specified within the Min
- Max
range of the TcxProgressBar
component.
See Also
OverloadBeginColor Property
OverloadEndColor Property
ShowOverload Property