New to Telerik UI for WinForms? Start a free 30-day trial
Office Shape
Updated over 6 months ago
The following image shows the Office shape 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.