ClassTabVsShape
Class
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:
Inherited Members
Constructors
TabVsShape()
Declaration
cs-api-definition
public TabVsShape()
Properties
RightToLeft
Gets or sets the orientation of this shape.
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
Returns
Overrides
DeserializeProperties(string)
Deserializes properties. Required for telerik deserialization mechanism.
Declaration
cs-api-definition
public override void DeserializeProperties(string propertiesString)
Parameters
propertiesString
Overrides
SerializeProperties()
Serializes properties. Required for telerik serialization mechanism.