LineWidth Property (LineStyle)
In This Topic
Gets the width of the current line.
Syntax
'Declaration
Public ReadOnly Property LineWidth As Length
public Length LineWidth {get;}
Property Value
The line width as a
GrapeCity.ActiveReports.PageReportModel.Length.
See Also