FMX.Graphics.TGradient.Points

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Points: TGradientPoints read FPoints write FPoints;

C++

__property TGradientPoints* Points = {read=FPoints, write=FPoints};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TGradient

Description

Represents a collection of gradient points.

The Points property specifies a collection of gradient points, which can be used to access the color and offset of specific areas of the gradient.

See Also

Code Examples