Specifies the characteristics of a gradient.
Namespace: RSGdiPlusGraphicsTypes
Delphi
|
type
TRSGPGradientStyle = (
gsLinear,
gsRadial);
|
|
Name
|
Description
|
|
gsLinear
|
The gradient is linear (for example: top to bottom, left to right).
|
|
gsRadial
|
The gradient is formed of concentric circles.
|
Top
|