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