ActiveReports.Viewer3 Request technical support
ArrowDirection Enumeration
See Also  


Specifies the direction in which the arrow points.

Syntax

Visual Basic (Declaration) 
Public Enum ArrowDirection 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ArrowDirection
C# 
public enum ArrowDirection : Enum 

Members

MemberDescription
LeftThe arrow points to the left.
TopThe arrow points to the top.
RightThe arrow points to the right.
BottomThe arrow points to the bottom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Viewer.Annotations.ArrowDirection

See Also