Class
TabVsShape

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[ComVisible(false)]
public class TabVsShape : ElementShape, IComponent, IDisposable

Inheritance: objectMarshalByRefObjectComponentElementShapeTabVsShape

Implements: IComponentIDisposable

Inherited Members ElementShape.GetElementShape(RadElement)ElementShape.GetElementContour(RadElement)ElementShape.GetElementContour(Rectangle)ElementShape.CreateRegion(Rectangle)ElementShape.GetBounds(RadElement)ElementShape.CreatePath(RectangleF)ElementShape.CreateContour(Rectangle)ElementShape.MirrorPath(GraphicsPath, RectangleF)ElementShape.ShouldMirrorPath()ElementShape.Dispose(bool)ElementShape.IsRightToLeftComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

TabVsShape()

Declaration

cs-api-definition
public TabVsShape()

Properties

CloseFigure

Declaration

cs-api-definition
public bool CloseFigure { get; set; }

Property Value

bool

RightToLeft

Gets or sets the orientation of this shape.

Declaration

cs-api-definition
public bool RightToLeft { get; set; }

Property Value

bool

Methods

CreatePath(Rectangle)

Creates VS like tab shape. Overrides CreatePath method in its base class - ElementShape.

Declaration

cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)

Parameters

bounds

Rectangle

Returns

GraphicsPath

Overrides ElementShape.CreatePath(Rectangle)

DeserializeProperties(string)

Deserializes properties. Required for telerik deserialization mechanism.

Declaration

cs-api-definition
public override void DeserializeProperties(string propertiesString)

Parameters

propertiesString

string

Overrides ElementShape.DeserializeProperties(string)

SerializeProperties()

Serializes properties. Required for telerik serialization mechanism.

Declaration

cs-api-definition
public override string SerializeProperties()

Returns

string

Overrides ElementShape.SerializeProperties()