LineShape
Class
Represents a line shape.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(LineShapeConverter))]
public class LineShape : ShapeBase
Inheritance: objectShapeBaseLineShape
Inherited Members
Constructors
Initializes a new instance of the LineShape with EW line direction.
C#
public LineShape()
Initializes a new instance of the LineShape with specified line direction.
C#
public LineShape(LineDirection lineDirection)
The direction of the line.
Properties
TODO: Add documentation.
C#
public LineDirection Direction { get; set; }
Methods
Clone()
object
Internal use only
C#
public override object Clone()
object
Overrides:
Creates the shape.
C#
protected override void CreateShape()
Overrides:
ToString()
string