ActiveReports 12
AnnotationLine.LinePlacement Enumeration

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace : AnnotationLine.LinePlacement Enumeration
Specifies the location relative to the Annotation object in which the line will be drawn.
Syntax
'Declaration
 
Public Enum AnnotationLine.LinePlacement 
   Inherits System.Enum
public enum AnnotationLine.LinePlacement : System.Enum 
Members
MemberDescription
BottomThe line is drawn at the bottom of the Annotation object.
MiddleThe line is drawn in the middle of the Annotation object.
TopThe line is drawn at the top of the Annotation object.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.ActiveReports.Document.Section.Annotations Namespace