FMX.Graphics.TGradientPoint.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetColor, 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.

See Also

Code Examples