Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface / Closed Property

In This Topic
    Closed Property
    In This Topic
    Gets a value indicating if the figure is closed, i.e. a line is drawn between the end point of the last segment and the start point.
    Syntax
    'Declaration
     
    ReadOnly Property Closed As System.Boolean
    System.bool Closed {get;}
    See Also