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

In This Topic
    AnnotationLine.LinePlacement Enumeration
    In This Topic
    Specifies where the border of the object is drawn.
    Syntax
    'Declaration
     
    Public Enum AnnotationLine.LinePlacement 
       Inherits System.Enum
    public enum AnnotationLine.LinePlacement : 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