fast_zoom property

fast_zoom property

Gets or sets the fast zoom.

Definition:

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

See Also