[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.-ctor

BorderLine Constructor

BorderLine()

Initializes a new instance of the BorderLine class.

Declaration
public BorderLine()

BorderLine(DashStyle, float, Color, PointF, PointF)

Initializes a new instance of the BorderLine class.

Declaration
public BorderLine(DashStyle style, float thickness, Color color, PointF ptStart, PointF ptEnd)
Parameters
Type Name Description
DashStyle style

The style of the line. For a list of valid values, see here: DashStyle

float thickness

The thickness of the line.

Color color

The color of the line.

PointF ptStart

The start point of the line.

PointF ptEnd

The end point of the line.