FMX.Graphics.TGradientPoints

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTGradientPoints

Delphi

TGradientPoints = class(TCollection)

C++

class PASCALIMPLEMENTATION TGradientPoints : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

TGradientPoints is a container for TGradientPoint objects.

TGradientPoints represents a collection of TGradientPoint objects. The items can be accessed through the Points property.

See Also

Code Examples