is_auto_margin property

is_auto_margin property

Indicates whether the margin is auto calculated.

Definition:

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

See Also