FMX.Graphics.TGradientPoint.Color
Delphi
property Color: TAlphaColor read FColor write SetColor;
C++
__property System::Uitypes::TAlphaColor Color = {read=FColor, write=SetColor, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TGradientPoint |
Description
Specifies the color of the current gradient point.
Use the Color property to retrieve or to set the color of the current gradient point.