PolygonGeometry.Rings Property
Gets the collection that contains all rings that define the PolygonGeometry.
Syntax
public LineGeometryCollection Rings { get; }
Property Value
Default: Empty collection.
All rings that define the polygon geometry.
Remarks
The ring at index zero is the outline of the polygon and the other rings are holes.
Platforms
Windows, Linux, Android