ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationLine.LinePlacement Enumeration

In This Topic
    AnnotationLine.LinePlacement Enumeration
    In This Topic
    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