New to Telerik UI for WinForms? Download free 30-day trial

Creating a RadPanel with Rounded Corners

Built on the Telerik Presentation Framework, the RadPanel control supports all features that come with it including gradient background colors, transparency and shapes.

The following steps describe how to apply a rounded rectangle shape to the RadPanel control:

  1. Add a RadPanel control to your form

  2. From its Smart Tag choose the Edit UI Elements action

    WinForms RadPanel Smart tag Edit UI

  3. In the Element Hierarchy Editor dialog select the RadPanelElement node in the tree view on the left:

    WinForms RadPanel Element Hierarchy Editor

  4. In the Property Grid on the right find the Shape property and from its drop down select the RoundRectShape.

  5. Close the Element Hierarchy Editor. The rounded corner shape should be applied to the RadPanel control:

    WinForms RadPanel Round Corner Shape

See Also

In this article