OverloadEndColor Property

Applies to TestComplete 15.62, last modified on March 19, 2024

Specifies the ending color of the overload bar if the gradient fill is used.

Declaration

componentPropObj.OverloadEndColor
Read-Write Property Integer
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxProgressBarProperties

Description

Use the OverloadEndColor property to get or set the ending gradient color of the progress bar’s overload area. If the style of the progress bar is “cxbsSolid” or “cxbsLEDs” then the overload area is painted with the gradient fill from OverloadBeginColor to OverloadEndColor colors. The overload area is displayed if the ShowOverload property is enabled.

The colors of the progress bar are specified by the BeginColor and EndColor properties. The color of a peak mark is specified by the PeakColor property.

Property Value

An integer value that specifies the components’ color.

For a list of predefined color constants and instructions on how to calculate custom color values, see the Working With Colors topic.

See Also

Working With Colors
BeginColor Property
EndColor Property
OverloadBeginColor Property
PeakColor Property
ShowOverload Property

Highlight search results