I have a win form with a RadGroupBox. I set the RadGroupBox to have rounded corners
- Clicking the smart link
- Edit UI elements
- GroupBoxContent
- Shape
- Radius: 15
- All Bottom/Top Left/Right Rounded: True
This shows the group box with nice rounded corners. However, when I hit debug to look at the form, everything changes back to a rectangular box. I don't have any code behind right now that controls formatting; I've merely created the form in the designer and am working on getting the design right.
What is happening and how do I get the formatting to work?