TdxBarProgressItem.Color Property
Specifies the color of the progress bar.
Declaration
property Color: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Use the Color property to modify the color of the progress bar. Note that if the currently applied XP theme is used to paint bars, the Color property value is ignored. The color of the progress bar is determined by the theme in this instance. Please refer to the Style property of the bar manager for details on changing the painting style of bars.
The default value of the Color property is clDefault.
See Also