[]
        
(Showing Draft Content)

C1.Document.ArcShape.Closed

Closed Property

Closed

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).

Declaration
[C1Description("ArcShape.SweepAngle", "Specifies whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line).")]
public bool Closed { get; set; }
<C1Description("ArcShape.SweepAngle", "Specifies whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line).")>
Public Property Closed As Boolean
Remarks

The default value of this property is false.