Class TabIEShape
Represents IE like tab shape. Shapes are series of connected lines and curves.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class TabIEShape : ElementShape
Constructors
TabIEShape()
Declaration
public TabIEShape()
Methods
CreatePath(Rectangle)
Creates IE like tab shape. Overrides CreatePath method in the base class ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|