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

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

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

    See Also