Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / ArcShape Class / Closed Property

In This Topic
    Closed Property (ArcShape)
    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).
    Syntax
    'Declaration
     
    Public Property Closed As Boolean
    public bool Closed {get; set;}
    Remarks
    The default value of this property is false.
    See Also