large_change property

large_change property

Gets and sets the amount by which the Position property changes

Definition:

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

See Also