ActiveReports 12
BorderLineStyle Enumeration

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports Namespace : BorderLineStyle Enumeration
Specifies the line style used to draw the border line.
Syntax
'Declaration
 
Public Enum BorderLineStyle 
   Inherits System.Enum
public enum BorderLineStyle : System.Enum 
Members
MemberDescription
DashDashed one pixel line.
DashDotDash dot one pixel line.
DashDotDotDash dot dot one pixel line.
DotDotted one pixel line.
DoubleDouble line.
ExtraThickSolidExtra thick solid line.
NoneNo line.
SolidSolid one pixel line.
ThickDashThick dash line.
ThickDashDotThick dash dot line.
ThickDashDotDotThick dash dot dot line.
ThickDotThick dotted line.
ThickDoubleThick double line.
ThickSolidThick solid line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.BorderLineStyle

See Also

Reference

GrapeCity.ActiveReports Namespace
Style Property