TabVsShape
Class
Represents VS like tab shape. Shapes are series of connected lines and curves.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class TabVsShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabVsShape
Implements:
Inherited Members
Constructors
C#
public TabVsShape()
Properties
C#
public bool CloseFigure { get; set; }
Gets or sets the orientation of this shape.
C#
public bool RightToLeft { get; set; }
Methods
Creates VS like tab shape. Overrides CreatePath method in its base class - ElementShape.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
Overrides:
Deserializes properties. Required for telerik deserialization mechanism.
C#
public override void DeserializeProperties(string propertiesString)
Overrides:
Serializes properties. Required for telerik serialization mechanism.