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

Represents IE-like tab shape used by the RadTabbedForm. Shapes are series of connected lines and curves.

Definition

Constructors

C#
public TabItemShape()

Methods

Creates a tab-shaped graphics path with angled corners, similar to IE-style tabs.

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

The bounding rectangle for the tab shape.

Returns:

GraphicsPath

A GraphicsPath representing the tab shape.

Overrides: ElementShape.CreatePath(Rectangle)