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

Star Shape

Updated on Aug 4, 2026

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

Telerik UI for WinForms StarShape applied to a RadPanel

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

C#
StarShape starShape = new StarShape();
starShape.Arms = 12;
starShape.InnerRadiusRatio = .5f;
radPanel1.RootElement.Shape = starShape;
radPanel1.RootElement.ApplyShapeToControl = true;

Properties

See Also

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