Closed Property (PolygonProps)
Gets or sets a value indicating whether the polygon is closed (i.e. the last point in the
Points array is automatically connected to the first one) or not.
public bool Closed {get; set;}
'Declaration
Public Property Closed As Boolean