Defines the direction of a linear gradient
Namespace: FMX.RS.Graphics
Delphi
|
type
TGradientDirection=( gdDownRight,
gdDown, gdDownLeft, gdRight, gdLeft,
gdUpRight, gdUp, gdUpLeft );
|
|
Name
|
Description
|
|
gdDown
|
Represents constant gdDown.
|
|
gdDownLeft
|
Represents constant gdDownLeft.
|
|
gdDownRight
|
Represents constant gdDownRight.
|
|
gdLeft
|
Represents constant gdLeft.
|
|
gdRight
|
Represents constant gdRight.
|
|
gdUp
|
Represents constant gdUp.
|
|
gdUpLeft
|
Represents constant gdUpLeft.
|
|
gdUpRight
|
Represents constant gdUpRight.
|
Top
|