Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
785
Would you please help me with the UltraButton style setting?
posted

Hello,team
I've got a problem with the UltraButton style setting.
What I need is shown in the first screenshot, which is with the round-angle and single color tiled.

But what I got is shown in the second screenshot, which has some kind gap between the setting color and the edge.
Here is the code that the second one using(with winform standard button):

this.BackColor = Color.FromArgb(0, 153, 255);
this.ForeColor = Color.FromArgb(255, 255, 255);

I didn't using the OSThemes, and with the third one(with UltraButton), it's right-angle:

appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(o)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
appearance2.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;

How could I implement the Button style which is shown in the first screenshot?
Thanks for your concern.

Parents Reply Children