[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents fill directions for gradients.
Source position: graphics.pp line 963
type TGradientDirection = ( |
||
gdVertical, |
|
Gradient fill direction is vertically oriented. |
gdHorizontal |
|
Gradient fill direction is horizontally oriented. |
); |
Version 4.0 | Generated 2025-05-03 | Home |