TabEdgeShape
Class
Represents Edge-like tab shape. Shapes are series of connected lines.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class TabEdgeShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabEdgeShape
Implements:
Inherited Members
Constructors
C#
public TabEdgeShape()
Methods
Creates Edge like tab shape. Overrides CreatePath method in the base class ElementShape.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
Overrides: