[]
Initializes a new instance of the Line class.
public Line()
Public Sub New()
Initializes a new Line class instance with the specified attribute settings.
public Line(LineStyle lineStyle, Color color)
Public Sub New(lineStyle As LineStyle, color As Color)
Type | Name | Description |
---|---|---|
LineStyle | lineStyle | A LineStyle enumeration that indicates the line style of the line. |
Color | color | A Color value that indicates the color of the line. |