EndColor Property

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

Specifies the ending color of the component if a gradient fill is used.

Declaration

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

Applies To

The property applies to the following objects:

TcxProgressBarProperties

Description

Use the EndColor property to get or set the ending gradient color of the progress bar component. If the style of the progress bar is “cxbsGradient” or “cxbsGradientLEDs” then it is painted with gradient fill from BeginColor to EndColor colors.

The colors of the overload bar are specified by the OverloadBeginColor and OverloadEndColor properties. The color of a peak mark is specified by the PeakColor property.

Property Value

An integer value that specifies the components’ secondary 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
OverloadBeginColor Property
OverloadEndColor Property
PeakColor Property

Highlight search results