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

AnnotationLine.ShowArrowCap Enumeration
Represents whether to draw arrowheads or not.
Syntax
'Declaration
 
Public Enum AnnotationLine.ShowArrowCap 
   Inherits 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