New to Telerik UI for WinFormsStart a free 30-day trial

Diamond Shape

Updated on Aug 4, 2026

The following image shows the diamond shape applied to a RadPanel:

Telerik UI for WinForms DiamondShape applied to a RadPanel

The following code shows how you can create and apply a DiamondShape:

C#
DiamondShape diamondShape = new DiamondShape();
radPanel1.PanelElement.Shape = diamondShape;

See Also

In this article
See Also
Not finding the help you need?
Contact Support