Heart Shape
The following image shows the heart shape applied to a RadPanel:
The following code shows how you can create and apply a HeartShape:
HeartShape heartShape = new HeartShape();
radPanel1.PanelElement.Shape = heartShape;
Dim heartShape As New HeartShape()
radPanel1.PanelElement.Shape = heartShape