Access to GradientStyle [TfrxShapeView property]
                    Hello friends,
How can I access the property that sets the gradient type of a TfrxShapeView rectangle? I'd like to change by code to gsElliptic mode, but I can't access the GradientStyle property.
Silvestre
                            How can I access the property that sets the gradient type of a TfrxShapeView rectangle? I'd like to change by code to gsElliptic mode, but I can't access the GradientStyle property.
Shape.FillType := ftGradient; //   Step 1 OK  -  Step 2: ?? ?
Thank you for your help,Silvestre
Comments
thanks to Paul for his help in coding;