ImageEn, unit iegradientbar |
|
TIEGradientBar.EndColor
Declaration
property EndColor: TColor;
Description
Final color of the gradient bar.
Default: clWhite
IEGradientBar1.BeginColor := clNavy;
IEGradientBar1.EndColor := clWhite;
IEGradientBar1.Direction := gdHorizontal;