|
|
|
ProgressColorEnd Property, ProgressBarPartClass Class |
Defines the progressbar's ending color.
Syntax ProgressBarPartClass Class (Softelvdm.Controls)
VB |
Public Property ProgressColorEnd As Color |
C# |
public Color ProgressColorEnd { get; set; } |
C++ |
public: property Color ProgressColorEnd { |
Property Value
The ending color or Color.Empty.
The default value is Color.Empty.
Comments
The ProgressColorEnd property defines the progressbar's ending 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