[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.InteriorRings

InteriorRings Property

InteriorRings

Gets the interior rings of the polygon shape.

Declaration
public IEnumerable<GeoLinearRing> InteriorRings { get; }
Property Value
Type Description
IEnumerable<GeoLinearRing>

An IEnumerable<T> representing the interior rings of the polygon.