FMX.Types.TGradient.Color
From RAD Studio API Documentation
Delphi
property Color: TAlphaColor write SetColor;
C++
__property System::Uitypes::TAlphaColor Color = {write=SetColor, nodefault};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TGradient |
Description
Specifies the first color of the gradient.
The Color property specifies one of the gradient's colors. If Style is set to gsLinear, this would be the top color. If Style is set to gsRadial, this would be the exterior color.