LineInfo

LineInfo class

Represents the information of line.

The LineInfo type exposes the following members:

Constructors

NameDescription
LineInfo()Initializes a new instance of the LineInfo class

Properties

NameDescription
vertice_coordinateGets or sets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex.
line_colorGets or sets the color of a line.
line_widthGets or sets the width of a line.
visibilityGets or sets the visibility of a line.
line_dash_patternGets or sets the dash pattern of a line.
border_styleGets or sets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline.

See Also