ImageEn, unit iegradientbar |
|
TIEGradientBar
Declaration
TIEGradientBar = class(TCustomControl);
Description
A visual component that display a gradient bar allowing the user to select a color or an index.
IEGradientBar1.BeginColor := clNavy;
IEGradientBar1.EndColor := clWhite;
IEGradientBar1.Direction := gdVertical;