[]
        
(Showing Draft Content)

C1.WPF.Document.Line.-ctor

Line Constructor

Line()

Initializes a new instance of the Line class.

Declaration
public Line()

Line(double, Color, DashStyle)

Initializes a new instance of the Line class.

Declaration
public Line(double width, Color color, DashStyle style)
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.