ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / CrossSectionControl Class / LineStyle Property

In This Topic
LineStyle Property (CrossSectionControl)
In This Topic
Gets or sets the pen style used to draw the line.
Syntax
'Declaration
 
Public Property LineStyle As LineStyle
 

Property Value

LineStyle enumeration.  The default value is LineStyle.Solid. Possible values are:

  • LineStyle.Dash
  • LineStyle.DashDot
  • LineStyle.DashDotDot
  • LineStyle.Dot
  • LineStyle.Solid
  • LineStyle.Transparent
See Also