ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationItem Class / Bounds Property

In This Topic
    Bounds Property (AnnotationItem)
    In This Topic
    Gets or sets annotation boundaries
    Syntax
    'Declaration
     
    Public MustOverride Property Bounds As Rect
    public abstract Rect Bounds {get; set;}
    See Also