New to Telerik UI for WinFormsStart a free 30-day trial

Represents VS like tab shape. Shapes are series of connected lines and curves.

Definition

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)
Parameters:boundsRectangleReturns:

GraphicsPath

Overrides: ElementShape.CreatePath(Rectangle)

Deserializes properties. Required for telerik deserialization mechanism.

C#
public override void DeserializeProperties(string propertiesString)
Parameters:propertiesStringstring

Overrides: ElementShape.DeserializeProperties(string)

Serializes properties. Required for telerik serialization mechanism.

C#
public override string SerializeProperties()
Returns:

string

Overrides: ElementShape.SerializeProperties()