C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ArcProps Class / Closed Property

In This Topic
Closed Property (ArcProps)
In This Topic
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.
Syntax
'Declaration
 
Public Property Closed As Boolean
 
Remarks
The default value of this property is false.
See Also