small_change property

small_change property

Gets and sets the amount by which the Position property changes

Definition:

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

See Also