ActiveReports 13
LineStyle Enumeration

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : LineStyle Enumeration
Specifies the pen style used to draw a line.
Syntax
'Declaration
 
Public Enum LineStyle 
   Inherits System.Enum
public enum LineStyle : System.Enum 
Members
MemberDescription
Dash

Dashes.

DashDotAlternating dashes and dots.
DashDotDotAlternating dashes and two dots.
DotDots.
DoubleDouble line.
SolidSolid line.
TransparentNo line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.LineStyle

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.Picture~LineStyle
ActiveReports6~GrapeCity.ActiveReports.Line~LineStyle
ActiveReports6~GrapeCity.ActiveReports.Shape~LineStyle