variable_scale property

variable_scale property

Specifies that the view content should automatically scale to best fit the current window size. Read/write bool.

Definition:

@property
def variable_scale(self):
    ...

@variable_scale.setter
def variable_scale(self, value):
    ...

See Also