Class LineShape
Represents a line shape.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class LineShape : ShapeBase, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
LineShape()
LineShape(LineDirection)
Initializes a new instance of the LineShape with specified line direction.
Declaration
public LineShape(LineDirection lineDirection)
Parameters
|
LineDirection
lineDirection
The direction of the line. |
Properties
Direction
TODO: Add documentation.
Declaration
public LineDirection Direction { get; set; }
Property Value
|
LineDirection
|
Methods
Clone()
Internal use only
Declaration
public override object Clone()
Returns
|
System.Object
|
Overrides
CreateShape()
Creates the shape.
Declaration
protected override void CreateShape()