hatch property

hatch property

Gets or sets the hatch quality.

Definition:

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

See Also