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

Represents IE like tab shape. Shapes are series of connected lines and curves.

Definition

Constructors

C#
public TabIEShape()

Methods

Creates IE like tab shape. Overrides CreatePath method in the base class ElementShape.

C#
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters:boundsRectangleReturns:

GraphicsPath

Overrides: ElementShape.CreatePath(Rectangle)