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

Heart Shape

Updated on Aug 4, 2026

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

Telerik UI for WinForms HeartShape applied to a RadPanel

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

C#
HeartShape heartShape = new HeartShape();
radPanel1.RootElement.Shape = heartShape;
radPanel1.RootElement.ApplyShapeToControl = true;

See Also

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