FMX.Graphics.TBrush.Gradient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Gradient: TGradient read FGradient write SetGradient stored IsGradientStored;

C++

__property TGradient* Gradient = {read=FGradient, write=SetGradient, stored=IsGradientStored};

Properties

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

Description

Specifies the gradient style and colors for the brush.

The Gradient property specifies the gradient style and the gradient colors for the TBrush object.

Note: To properly use the Gradient property, you must set the Kind property to Gradient.

See Also

Code Examples