PresentationObject.Ring Property
Gets the index of the polygon ring that generated this PresentationObject.
Syntax
public System.Int32 Ring { get; }
Property Value
The index of the polygon ring that generated this PresentationObject.
Remarks
When a PresentationObject is generated from a PolygonGeometry, it can be of use to know from which ring it was generated. Tools can use this to know which of the LineGeometry in the polygon that they should interact with. The outline will have index 0, the first hole index 1 and so on.
This property will be 0 if the PresentationObject is not generated from a PolygonGeometry.
Platforms
Windows, Linux, Android