skip_invisible_shapes property

skip_invisible_shapes property

Gets/Sets whether to skip shapes that are invisble to UI ,the default value is true.

Definition:

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

See Also