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

In This Topic
    AnnotationLine.ShowArrowCap Enumeration
    In This Topic
    Specifies the location of the arrow cap on the AnnotationLine.
    Syntax
    'Declaration
     
    Public Enum AnnotationLine.ShowArrowCap 
       Inherits System.Enum
    public enum AnnotationLine.ShowArrowCap : System.Enum 
    Members
    MemberDescription
    LeftOnlyThe arrow cap displays on the left end of the line.
    LeftRightThe arrow cap displays on both end of the line.
    NoneThe arrow cap does not display.
    RightOnlyThe arrow cap displays on the right end of the line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationLine.ShowArrowCap

    See Also