ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationLine.ShowArrowCap Enumeration

In This Topic
    AnnotationLine.ShowArrowCap Enumeration
    In This Topic
    Specify whether to draw arrowheads or not.
    Syntax
    'Declaration
     
    Public Enum AnnotationLine.ShowArrowCap 
       Inherits System.Enum
    public enum AnnotationLine.ShowArrowCap : System.Enum 
    Members
    MemberDescription
    LeftOnlyDraw the arrowhead at the left end.
    LeftRightDraw arrowheads at both ends.
    NoneDo not draw arrowheads.
    RightOnlyDraw the arrowhead at the right end.
    Inheritance Hierarchy

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

    See Also