Class TabItemShape
Represents IE-like tab shape used by the RadTabbedForm. Shapes are series of connected lines and curves.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class TabItemShape : ElementShape
Constructors
TabItemShape()
Declaration
public TabItemShape()
Methods
CreatePath(Rectangle)
Creates a tab-shaped graphics path with angled corners, similar to IE-style tabs.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
The bounding rectangle for the tab shape. |
Returns
System.Drawing.Drawing2D.GraphicsPath
A System.Drawing.Drawing2D.GraphicsPath representing the tab shape. |