ActiveReports.Viewer3 Request technical support
AnnotationLine.LinePlacement Enumeration
See Also  


Specifies the location relative to the Annotation object in which the line will be drawn.

Syntax

Visual Basic (Declaration) 
Public Enum AnnotationLine.LinePlacement 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AnnotationLine.LinePlacement
C# 
public enum AnnotationLine.LinePlacement : Enum 

Members

MemberDescription
TopThe line is drawn at the top of the Annotation object.
MiddleThe line is drawn in the middle of the Annotation object.
BottomThe line is drawn at the bottom of the Annotation object.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Viewer.Annotations.AnnotationLine.LinePlacement

See Also