ImageEn, unit iegradientbar

TIEGradientBar.EndColor

TIEGradientBar.EndColor


Declaration

property EndColor: TColor;


Description

Final color of the gradient bar.

Default: clWhite


Example

IEGradientBar1.BeginColor := clNavy;
IEGradientBar1.EndColor   := clWhite;
IEGradientBar1.Direction  := gdHorizontal;