top property

top property

Watermark top position

Definition:

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

See Also