ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPolygon Class / Rings Property

In This Topic
    Rings Property
    In This Topic
    Gets the polygon rings.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rings As IEnumerable(Of GeoLinearRing)
    public IEnumerable<GeoLinearRing> Rings {get;}

    Property Value

    An IEnumerable representing the rings of the polygon.
    See Also