ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / AnnotationLayerViewModel Class / Adorners Property

In This Topic
    Adorners Property (AnnotationLayerViewModel)
    In This Topic
    Gets page adorners
    Syntax
    'Declaration
     
    Public ReadOnly Property Adorners As IList(Of BorderedAdornerViewModel)
    public IList<BorderedAdornerViewModel> Adorners {get;}
    See Also