Class TabVsShape
Represents VS 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 TabVsShape : ElementShape
Constructors
TabVsShape()
Declaration
public TabVsShape()
Properties
CloseFigure
Declaration
public bool CloseFigure { get; set; }
Property Value
System.Boolean
|
RightToLeft
Gets or sets the orientation of this shape.
Declaration
public bool RightToLeft { get; set; }
Property Value
System.Boolean
|
Methods
CreatePath(Rectangle)
Creates VS like tab shape. Overrides CreatePath method in its base class - ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
DeserializeProperties(String)
Deserializes properties. Required for telerik deserialization mechanism.
Declaration
public override void DeserializeProperties(string propertiesString)
Parameters
System.String
propertiesString
|
Overrides
SerializeProperties()
Serializes properties. Required for telerik serialization mechanism.
Declaration
public override string SerializeProperties()
Returns
System.String
|