New to Telerik UI for WinForms? Start a free 30-day trial
TabVsShape
Updated over 6 months ago
The following image shows the TabVsShape applied to a RadPanel:

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.