margin_type property

margin_type property

The margin type. Setting a new value automatically resets all margins to their default values (zero).

The default value is MarginType.absolute. Specifies how margins should be interpreted.

Definition:

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

See Also