FMX.Types.TGradient.Style
From RAD Studio API Documentation
Delphi
property Style: TGradientStyle read FStyle write SetStyle default TGradientStyle.gsLinear;
C++
__property TGradientStyle Style = {read=FStyle, write=SetStyle, default=0};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TGradient |
Description
Determines the style for the gradient object.
Use Style to specify the direction of the gradient.
Style can have one of the following values:
| Value | Meaning |
|---|---|
|
|
The gradient is linear (top to bottom, left to right, top-left to bottom-right, etc.) |
|
|
The gradient is radial (concentric circles, with the center being a given point.) |
See Also
- FMX.Types.TGradient.Color
- FMX.Types.TGradient.Color1
- FMX.Types.TBrush.Gradient
- FMX.Types.TGradientStyle