top property

top property

Gets or sets the top offset for stretching picture.

Definition:

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

See Also