TabItemShape
Class
Represents IE-like tab shape used by the RadTabbedForm. Shapes are series of connected lines and curves.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class TabItemShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabItemShape
Implements:
Inherited Members
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)
The bounding rectangle for the tab shape.
Returns:A GraphicsPath representing the tab shape.
Overrides: