ClassTabEdgeShape
Class
Represents Edge-like tab shape. Shapes are series of connected lines.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class TabEdgeShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabEdgeShape
Implements:
Inherited Members
Constructors
TabEdgeShape()
Declaration
cs-api-definition
public TabEdgeShape()
Methods
CreatePath(Rectangle)
Creates Edge 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