Class TabOffice12Shape
Represents office 12 like tab.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class TabOffice12Shape : ElementShape
Constructors
TabOffice12Shape()
Declaration
public TabOffice12Shape()
Methods
CreatePath(Rectangle)
Creates office 12 like tab. Overrides the method defined in its base class - ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|