is_stroked property

is_stroked property

Returns/sets the value specifying whether the stroke for this segment of the path is drawn.

Definition:

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

See Also