Class LineInfo

LineInfo class

Represents the information of line.

public sealed class LineInfo

Constructors

NameDescription
LineInfo()The default constructor.

Properties

NameDescription
BorderStyle { get; set; }Gets or sets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline.
LineColor { get; set; }Gets or sets the color of a line.
LineDashPattern { get; set; }Gets or sets the dash pattern of a line.
LineWidth { get; set; }Gets or sets the width of a line.
VerticeCoordinate { get; set; }Gets or sets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex.
Visibility { get; set; }Gets or sets the visibility of a line.

See Also