ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports Namespace / BorderLineStyle Enumeration

In This Topic
    BorderLineStyle Enumeration
    In This Topic
    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