ActiveReports.Viewer3 Request technical support
BorderLineStyle Enumeration
See Also  


Specifies the line style used to draw the border line.

Syntax

Visual Basic (Declaration) 
Public Enum BorderLineStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BorderLineStyle
C# 
public enum BorderLineStyle : Enum 

Members

MemberDescription
NoneNo line.
SolidSolid one pixel line.
DashDashed one pixel line.
DotDotted one pixel line.
DashDotDash dot one pixel line.
DashDotDotDash dot dot one pixel line.
DoubleDouble line.
ThickSolidThick solid line.
ThickDashThick dash line.
ThickDotThick dotted line.
ThickDashDotThick dash dot line.
ThickDashDotDotThick dash dot dot line.
ThickDoubleThick double line.
ExtraThickSolidExtra thick solid line.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.BorderLineStyle

See Also