FMX.Graphics.TGradientPoints.Points

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Points[Index: Integer]: TGradientPoint read GetPoint; default;

C++

__property TGradientPoint* Points[int Index] = {read=GetPoint/*, default*/};

Properties

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

Description

Lists the items in the gradient points collection.

The read-only Points property does a hard cast of the items to TGradientPoint.

Use Points to access individual items in the gradient points collection. The value of the Index parameter represents the position of the item in the collection.

See Also

Code Examples