ClassLineShape
Class
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
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
The direction of the line.
Properties
Direction
TODO: Add documentation.
Declaration
cs-api-definition
public LineDirection Direction { get; set; }
Property Value
Methods
Clone()
Internal use only
Declaration
cs-api-definition
public override object Clone()
Returns
object
Overrides
CreateShape()
Creates the shape.
Declaration
cs-api-definition
protected override void CreateShape()
Overrides
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