rewind property

rewind property

This attribute specifies if the effect will rewind when done playing. Read/write bool.

Definition:

@property
def rewind(self):
    ...

@rewind.setter
def rewind(self, value):
    ...

See Also