|
|
|
ProgressColor Property, ProgressBarPartClass Class |
Defines the progressbar's color.
Syntax ProgressBarPartClass Class (Softelvdm.Controls)
VB |
Public Property ProgressColor As Color |
C# |
public Color ProgressColor { get; set; } |
C++ |
public: property Color ProgressColor { |
Property Value
The color.
The default value is Color.Blue.
Comments
The ProgressColor property defines the progressbar's color.
The defined color is used to render the progressbar, unless the progressbar's appearance (Appearance property) uses Window themes, in which case this color definition is ignored.
If the ProgressColorEnd property is set to a color value (other than Color.Empty), the progress bar is rendered using a gradient fill defined by the GradientMode property and the colors ProgressColor and ProgressColorEnd.
Version Information
Supported in version 1.0.
Products Table