FMX.Graphics.TBrush.Gradient
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
- FMX.Graphics.TGradient
- FMX.Graphics.TBrush.GradientChanged
- FMX.Graphics.TBrush.Color
- FMX.Graphics.TBrush.Kind