top_indent property

top_indent property

The indent from top.

Definition:

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

See Also