top property

top property

The top margin, expressed as the horizontal offset from the parent top border.

Definition:

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

See Also