Closed Property (PolygonProps)
In This Topic
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.
Syntax
'Declaration
Public Property Closed As Boolean
public bool Closed {get; set;}
See Also