ClassTabIEShape
Class
Represents IE like tab shape. 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 TabIEShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabIEShape
Implements:
Inherited Members
Constructors
TabIEShape()
Declaration
cs-api-definition
public TabIEShape()
Methods
CreatePath(Rectangle)
Creates IE like tab shape. Overrides CreatePath method in the base class ElementShape.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
Returns
Overrides