ActiveReports.Viewer3 Request technical support
AnnotationLine.ShowArrowCap Enumeration
See Also  


Specifies the location of the arrow cap on the AnnotationLine.

Syntax

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

Members

MemberDescription
LeftOnlyThe arrow cap displays on the left end of the line.
RightOnlyThe arrow cap displays on the right end of the line.
LeftRightThe arrow cap displays on both end of the line.
NoneThe arrow cap does not display.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Viewer.Annotations.AnnotationLine.ShowArrowCap

See Also