ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / BorderLineStyle Enumeration

In This Topic
    BorderLineStyle Enumeration
    In This Topic
    Possible border styles.
    Syntax
    'Declaration
     
    Public Enum BorderLineStyle 
       Inherits System.Enum
    public enum BorderLineStyle : System.Enum 
    Members
    MemberDescription
    DashThe dash
    DashDotThe dash dot
    DashDotDotThe dash dot dot
    DotThe dot
    DoubleThe double
    ExtraThickSolidThe extra thick solid
    NoneThe none
    SolidThe solid
    ThickDashThe thick dash
    ThickDashDotThe thick dash dot
    ThickDashDotDotThe thick dash dot dot
    ThickDotThe thick dot
    ThickDoubleThe thick double
    ThickSolidThe thick solid
    Inheritance Hierarchy

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

    See Also