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

Represents Edge-like tab shape. Shapes are series of connected lines.

Definition

Constructors

C#
public TabEdgeShape()

Methods

Creates Edge 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)