Copyright © 2003-2024 MultiMedia Soft

ProgressBarColor property

Return to chapter overview

ProgressBarColor property

 

Type

[Visual Basic]

Overrides Public Property ProgressBarColor As Color

 

[C#]

public override Color ProgressBarColor {get; set;}

 

[C++]

public: __property Color get_ProgressBarColor();

public: __property void set_ProgressBarColor(Color);

 

 

Remarks

The color used to render the portion of the progress bar's surface still not covered by the advancement.

On the sample on the left the color has been set to green while, on the sample on the right, the color has been set to blue.

3dcm_i0001ad       3dcm_i0001ae

This property is only available with the Ctl3dProgressBar component.

For further details about the use of the Progress Bar control, see the How to use the Progress Bar component section.