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

TabVsShape

Updated over 6 months ago

The following image shows the TabVsShape applied to a RadPanel:

tab-vs-shape001

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

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

Properties

  • RightToLeft: A property of type bool that gets or sets the orientation of this shape.
  • CloseFigure: A property of type bool that apply the close figure.

See Also

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