LineGeometry.Closed Property
Gets or sets a value indicating whether the LineGeometry is a closed loop or not.
Syntax
public System.Boolean Closed { get; set; }
Property Value
Default: false
True if the line is a closed loop; otherwise, False.
Remarks
This property does not modify the Points collection, only how it is interpreted.
Many methods and properties behave differently if this flag is set, for instance Length, Length3D, NearestPoint and ParallelLine.
This property will be set to True automatically when a LineGeometry is added as a ring in a polygon and it should not be modified by an application as long as it is part of a polygon.
Attempting to set Closed to False on a LineGeometry that is a ring in will throw an exception.
Platforms
Windows, Linux, Android