[]
        
(Showing Draft Content)

C1.Document.Line.-ctor

Line Constructor

Line()

Initializes a new instance of the Line class.

Declaration
public Line()
Public Sub New()

Line(double, Color, DashStyle)

Initializes a new instance of the Line class.

Declaration
public Line(double width, Color color, DashStyle style)
Public Sub New(width As Double, color As Color, style As DashStyle)
Parameters
Type Name Description
double width

The value of Width property.

Color color

The value of Color property.

DashStyle style

The value of Style property.