[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enum types defining how a gradient must be painted
Source position: fpg_base.pas line 65
type TGradientDirection = ( |
||
gdVertical, |
|
Defines that the gradient must be painted vertically. |
gdHorizontal |
|
Defines that the gradient must be painted horizontally. |
); |