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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Closed { get; set; }
Visual Basic
Public Property Closed As Boolean
	Get
	Set

See Also