Softelvdm.Controls Class Library for Windows Controls 1.0

BackColorEnd Property, CellBaseClass Class

Softel vdm, Inc.

Defines the ending background color of the cell, when a gradient fill is used.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public Property BackColorEnd As Color

C#   

public Color BackColorEnd { get; set; }

C++   

public: property Color BackColorEnd {
        Color get();
        void set(Color value);
}

Property Value

The ending background color or Color.Empty. If a color is defined, a gradient fill is used, starting with the BackColor color and ending with the BackColorEnd value. If this property is set to Color.Empty, a gradient fill is not used and the cell's background color is defined using the BackColor property.

The default value is Color.Empty.

Comments

The BackColorEnd property defines the ending background color of the cell, when a gradient fill is used.

If the BackColorEnd property is defined, the cell's background uses a gradient fill consisting of the colors defined using BackColor and BackColorEnd.

If a cell is considered selected, the BackColorSelected and BackColorSelectedEnd properties are used to define the background color instead.

SftTree/NET 2.0: The orientation of the gradient fill can be defined using these properties: LinearGradientMode for items, RowHeaders.LinearGradientMode for row headers, Headers.LinearGradientMode for column headers and Footers.LinearGradientMode for column footers.

SftTabs/NET 6.0: If a gradient fill is used, horizontal tabs use a vertical fill (outside to inside), vertical tabs use a horizontal fill.

Version Information

Supported in version 1.0.
Products Table


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