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