ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonLayer Class / MapPolygons Property

In This Topic
    MapPolygons Property
    In This Topic
    Gets the set of embedded polygons in the layer.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapPolygons As IList(Of MapPolygon)
    public IList<MapPolygon> MapPolygons {get;}
    See Also