New to Telerik UI for WinForms? Start a free 30-day trial
Diamond Shape
Updated over 6 months ago
The following image shows the diamond shape 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;