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

AnnotationLine.LinePlacement Enumeration
Represents where the border of the object is drawn.
Syntax
'Declaration
 
Public Enum AnnotationLine.LinePlacement 
   Inherits System.Enum
 
Members
MemberDescription
BottomDraws a line at the bottom of the object.
MiddleDraws a line in the center of the object.
TopDraws a line at the top of the object.
Inheritance Hierarchy

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

See Also