Class Line
Line class
Represents line.
public sealed class Line : Shape
Constructors
Name | Description |
---|
Line(float[]) | Initializes a new instance of the Line class. |
Properties
Name | Description |
---|
GraphInfo { get; set; } | Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
PositionArray { get; set; } | Gets or sets a PositionArray object that indicates the position array.The array is composed by coordinates of each control point of the line. directly. |
Text { get; set; } | Gets or sets a text for shape |
Methods
See Also