Gets or sets a value indicating whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line) 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

Remarks

The default value of this property is false.

See Also