MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / LineStyle Enumeration

LineStyle Enumeration
Specifies the pen style used to draw a line.
Syntax
'Declaration
 
Public Enum LineStyle 
   Inherits 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