automatic_layouts_scaling property

automatic_layouts_scaling property

Gets or sets a value indicating whether layouts should be automatically scaled.

Definition:

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

See Also