is_filled property

is_filled property

Returns/sets value indicating whether the path figure is used in computing the area of the containing path geometry.

Definition:

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

See Also