margin_width property

margin_width property

Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.

Definition:

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

See Also