is_closed property

is_closed property

Returns/sets the value indicating whether the path figure is closed.

Definition:

@property
def is_closed(self):
    ...
@is_closed.setter
def is_closed(self, value):
    ...

See Also