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

Office Shape

Updated on Aug 4, 2026

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

Telerik UI for WinForms OfficeShape applied to a RadPanel

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

C#
OfficeShape officeShape = new OfficeShape();          
radPanel1.BackColor = Color.ForestGreen;
this.radPanel1.RootElement.Shape = officeShape;
this.radPanel1.RootElement.ApplyShapeToControl = true;

Properties

  • RoundedBottom: A property of type bool that gets or sets whether the bottom right and left corner of the shape will be rounded.

See Also

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