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

Ellipse Shape

Updated over 6 months ago

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

ellipse-shape001

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

C#
EllipseShape ellipseShape = new EllipseShape();
radPanel1.RootElement.Shape = ellipseShape;
radPanel1.RootElement.ApplyShapeToControl = true;

See Also

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