Class
LineShape

Represents a line shape.

Definition

Namespace:Telerik.Reporting.Drawing.Shapes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(LineShapeConverter))]
public class LineShape : ShapeBase

Inheritance: objectShapeBaseLineShape

Inherited Members ShapeBase.GetEnumerator()ShapeBase.AddLine(PointF, PointF)ShapeBase.AddLines(PointF[], bool)ShapeBase.AddBeziers(PointF[])ShapeBase.AddEllipse(RectangleF)ShapeBase.RecreateShape()ShapeBase.StartAngleShapeBase.AngleInRadShapeBase.Bounds

Constructors

LineShape()

Initializes a new instance of the LineShape with EW line direction.

Declaration

cs-api-definition
public LineShape()

LineShape(LineDirection)

Initializes a new instance of the LineShape with specified line direction.

Declaration

cs-api-definition
public LineShape(LineDirection lineDirection)

Parameters

lineDirection

LineDirection

The direction of the line.

Properties

Direction

TODO: Add documentation.

Declaration

cs-api-definition
public LineDirection Direction { get; set; }

Property Value

LineDirection

Methods

Clone()

Internal use only

Declaration

cs-api-definition
public override object Clone()

Returns

object

Overrides ShapeBase.Clone()

CreateShape()

Creates the shape.

Declaration

cs-api-definition
protected override void CreateShape()

Overrides ShapeBase.CreateShape()

ToString()

Returns a human-readable representation ot this LineShape.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A human-readable representation ot this LineShape.

Overrides object.ToString()