ActiveReports 12
AnnotationBalloon.BallonQuadrant Enumeration

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace : AnnotationBalloon.BallonQuadrant Enumeration
Specifies the location of the balloon tail relative to the AnnotationBalloon object.
Syntax
'Declaration
 
Public Enum AnnotationBalloon.BallonQuadrant 
   Inherits System.Enum
public enum AnnotationBalloon.BallonQuadrant : System.Enum 
Members
MemberDescription
BottomLeftThe balloon tail is drawn to the bottom left of the balloon.
BottomRightThe balloon tail is drawn to the bottom right of the balloon.
LeftBottomThe balloon tail is drawn to the left bottom of the balloon.
LeftTopThe balloon tail is drawn to the left top of the balloon.
NoneThe balloon is drawn without a tail.
RightBottomThe balloon tail is drawn to the right bottom of the balloon.
RightTopThe balloon tail is drawn to the right top of the balloon.
TopLeftThe balloon tail is drawn to the top left of the balloon.
TopRightThe balloon tail is drawn to the top right of the balloon.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBalloon.BallonQuadrant

See Also

Reference

GrapeCity.ActiveReports.Document.Section.Annotations Namespace