Softelvdm.Controls Class Library for Windows Controls 1.0

ProgressColor Property, ProgressBarPartClass Class

Softel vdm, Inc.

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 {
        Color get();
        void set(Color value);
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com