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

In This Topic
    PaintBounds Property (AnnotationItem)
    In This Topic
    Gets the area the annotation paints to. Override if annotation renders outside its boundaries to fix invalidation issues
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property PaintBounds As Rect
    public virtual Rect PaintBounds {get;}
    See Also