FMX.Graphics.TGradientPoint.IntColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IntColor: TAlphaColor read FColor write FColor;

C++

__property System::Uitypes::TAlphaColor IntColor = {read=FColor, write=FColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TGradientPoint

Description

Specifies the color of the current gradient point.

The IntColor property retrieves or sets the color of the current gradient point. IntColor is equivalent to the published Color property. We recommend that you use Color instead.

See Also