margin_left property

margin_left property

Returns or sets the left margin in a paragraph with no inheritance. Read/write float.

Definition:

@property
def margin_left(self):
    ...

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

See Also