ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / ArrowDirection Enumeration

In This Topic
    ArrowDirection Enumeration
    In This Topic
    Specifies the direction in which the arrow points.
    Syntax
    'Declaration
     
    Public Enum ArrowDirection 
       Inherits System.Enum
    public enum ArrowDirection : System.Enum 
    Members
    MemberDescription
    BottomThe arrow points to the bottom.
    LeftThe arrow points to the left.
    RightThe arrow points to the right.
    TopThe arrow points to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.Annotations.ArrowDirection

    See Also