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

Donut Shape

Updated over 6 months ago

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

donut-shape001

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

C#
DonutShape donutShape = new DonutShape();
donutShape.Thickness = 50;
radPanel1.RootElement.Shape = donutShape;
radPanel1.RootElement.ApplyShapeToControl = true;

You can use the Thickness property to adjust the donut width.

See Also

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