ClassTabItemShape
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:
cs-api-definition
[ComVisible(false)]
public class TabItemShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabItemShape
Implements:
Inherited Members
Constructors
TabItemShape()
Declaration
cs-api-definition
public TabItemShape()
Methods
CreatePath(Rectangle)
Creates a tab-shaped graphics path with angled corners, similar to IE-style tabs.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
The bounding rectangle for the tab shape.
Returns
A GraphicsPath representing the tab shape.
Overrides