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

In This Topic
    BorderEdges Enumeration
    In This Topic
    Represents the border edges.
    Syntax
    'Declaration
     
    Public Enum BorderEdges 
       Inherits System.Enum
    public enum BorderEdges : System.Enum 
    Members
    MemberDescription
    BottomBottom edge of the border
    LeftLeft edge of the border
    RightRight edge of the border
    TopTop edge of the border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.BorderEdges

    See Also