TCustomTeeGradient.MidColor
 
 
 

All Units  All Classes  Properties, Methods and Events  

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.




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.