ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationKind Enumeration

In This Topic
    AnnotationKind Enumeration
    In This Topic
    Kinds of annotation
    Syntax
    'Declaration
     
    Public Enum AnnotationKind 
       Inherits System.Enum
    public enum AnnotationKind : System.Enum 
    Members
    MemberDescription
    ArrowArrow annotation
    BalloonBalloon annotpation
    CircleCircular annotation
    ImageImage annotpation
    LineLine annotpation
    NoneArtifical kind.
    SquareSquare annotation
    TextText annotation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.Annotations.AnnotationKind

    See Also