margin_type property

margin_type property

Gets or sets margin type. Setting a new value to this property automatically returns all margins to their default values (zero).

Remarks

The default value is MarginType.ABSOLUTE

Definition:

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

See Also