Softelvdm.Controls Class Library for Windows Controls 1.0

ProgressColorEnd Property, ProgressBarPartClass Class

Softel vdm, Inc.

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

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


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