ActiveReports Developer 7
ArrowDirection Enumeration
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace : ArrowDirection Enumeration

Glossary Item Box

Specifies the direction in which the arrow points.

Syntax

Visual Basic (Declaration) 
Public Enum ArrowDirection 
   Inherits System.Enum
C# 
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