FMX.Colors.TGradientEdit.Gradient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Gradient: TGradient read FGradient write SetGradient;

C++

__property Fmx::Graphics::TGradient* Gradient = {read=FGradient, write=SetGradient};

Properties

Type Visibility Source Unit Parent
property public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TGradientEdit

Description

Specifies the color gradient this gradient edit component will use.

Set or get the Gradient property to a TGradient type in order to specify a new gradient pattern.

See Also