Answer the question
In order to leave comments, you need to log in
How to add round stroke in C# win forms?
I make the button round with this code:
GraphicsPath myPath = new GraphicsPath();
myPath.AddEllipse(0, 0, button12.Width, button12.Height);
Region myRegion = new Region(myPath);
button12.Region = myRegion;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question