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

Office Shape

Updated over 6 months ago

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

office-shape001

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