Class Line

Line class

Represents line.

public sealed class Line : Shape

Constructors

NameDescription
Line(float[])Initializes a new instance of the Line class.

Properties

NameDescription
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

See Also