FMX.Graphics.TGradient.RadialTransform
Delphi
property RadialTransform: TTransform read FRadialTransform write SetRadialTransform stored IsRadialStored;
C++
__property Fmx::Types::TTransform* RadialTransform = {read=FRadialTransform, write=SetRadialTransform, stored=IsRadialStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TGradient |
Description
Specifies details for the radial gradient.
Use the RadialTransform property to specify position details for the radial gradient, like the rotation center and the rotation angle.
Note: The changes made to RadialTransform are visible only when the Style property is set to
Radial
.