hatch_string property

hatch_string property

Gets or sets the hatch string.

Definition:

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

See Also