Access to GradientStyle [TfrxShapeView property]

SilvestreSilvestre Barcelona
edited 4:13PM in FastReport VCL 5
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.
Shape.FillType := ftGradient; //   Step 1 OK  -  Step 2: ?? ?
Thank you for your help,
Silvestre

Comments

  • SilvestreSilvestre Barcelona
    edited January 2018
    I share here the solution for others who might encounter the same question,
    thanks to Paul for his help in coding;
    TfrxGradientFill(Shape.Fill).GradientStyle := gsElliptic;
    

Leave a Comment