How to round a bit corners of a panel. Preferable with CSS.

Answered
0
0

Hi!

How to round a bit corners of a panel. Preferable with CSS.

Thank you!

  • You must to post comments
Best Answer
0
0

Hi mgmst,

You can set css of any component with CssStyle property like attachment.

Happy coding,

Kevin(ITG)

Attachment
  • You must to post comments
0
0

Panel1.CssStyle = “border-radius:12px;”

  • You must to post comments
0
0

Panel1.CssStyle = “border-radius:12px;”

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.