| ImageEn, unit iegradientbar |
|
TIEGradientBar.Direction
Declaration
property Direction: TIEGradientDir;
Description
Specifies the direction of the bar, gdHorizontal or gdVertical.
Default: gdVertical
Example
IEGradientBar1.BeginColor := clNavy;
IEGradientBar1.EndColor := clWhite;
IEGradientBar1.Direction := gdHorizontal;
See Also
◼BeginColor
◼EndColor