fill_mode property

fill_mode property

Gets or sets the fill rule for the path. See FillRule.

Definition:

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

See Also