ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationBalloon.BallonQuadrant Enumeration

In This Topic
    AnnotationBalloon.BallonQuadrant Enumeration
    In This Topic
    Enum BallonQuadrant
    Syntax
    'Declaration
     
    Public Enum AnnotationBalloon.BallonQuadrant 
       Inherits System.Enum
    public enum AnnotationBalloon.BallonQuadrant : System.Enum 
    Members
    MemberDescription
    BottomLeftThe bottom left
    BottomRightThe bottom right
    LeftBottomThe left bottom
    LeftTopThe left top
    NoneThe none
    RightBottomThe right bottom
    RightTopThe right top
    TopLeftThe top left
    TopRightThe top right
    Inheritance Hierarchy

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

    See Also