top property

top property

The top coordinate of the Ole object image.

Definition:

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

See Also