ActiveReports 18 .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;}
    See Also