scale property

scale property

Gets or sets how many the picture stack and scale with.

Definition:

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

See Also