Show: Delphi
C++
Display Preferences
FMX.Types.TGradientStyle
From XE3 API Documentation
Delphi
TGradientStyle = (gsLinear, gsRadial);
C++
enum class DECLSPEC_DENUM TGradientStyle : unsigned int { gsLinear, gsRadial };
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies the characteristics of a gradient.
The following table lists the possible values of TGradientStyle:
| Value | Meaning |
|---|---|
|
|
The gradient is linear (for example: top to bottom, left to right). |
|
|
The gradient is formed of concentric circles. |
See Also
Code Examples