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
Methods
Clone()
CreateShape()
Creates the shape.
Declaration
protected override void CreateShape()