top property

top property

See the top property definition in CSS2.

Definition:

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

See Also