position property

position property

Gets and sets the value.

Definition:

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

See Also