Contents  All Classes  Index A-Z  All Units


TCustomTeeGradient.MidColor
TCustomTeeGradient

property MidColor: TColor;

Unit
TeCanvas

Description
The MidColor property is one of the three colors used to create the gradient fill. The gradient fill is composed of three colors: StartColor, MidColor and EndColor.

If no MidColor is required (ie. for a 2 colour gradient) then set MidColor to clNone:

Example:

Chart1.Gradient.MidColor := clNone ;

See also:

StartColor property.
EndColor property.



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.