Hi Roberto,
Thanks for the update.
We would like to let you know that currently there is no support in ButtonAdv to provide customrenderer. the PaintGradientDefault() is kept as private which cannot be accessed. Please make use of the Button's Paint method and use the desired gradient layers as provided in our last sample.
Please make use of the below color combinations and if needed change the colors as needed.
cb.Colors = new Color[] { Color.FromArgb(223,0,30), Color.FromArgb(213,0,30), Color.FromArgb(207,0,30),
Color.FromArgb(194,0,30), Color.FromArgb(182,0,30), Color.FromArgb(178,0,30),
Color.FromArgb(179,0,30), Color.FromArgb(181,0,30), Color.FromArgb(184,0,30),
Color.FromArgb(188,0,30), Color.FromArgb(194,0,30), Color.FromArgb(200,0,30)};
Please let us know if you have any concerns.
Regards.
Paul Anderson S