[]
Initializes a new instance of the Line class.
public Line()
Public Sub New()
Initializes a new instance of the Line class.
public Line(double width, Color color, DashStyle style)
Public Sub New(width As Double, color As Color, style As DashStyle)
| Type | Name | Description |
|---|---|---|
| double | width | The value of Width property. |
| Color | color | The value of Color property. |
| DashStyle | style | The value of Style property. |