new_scale property

new_scale property

The scale factor that will be in place after the zoom operation has been processed.

Definition:

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

See Also