position property
position property
Gets and sets the value.
Definition:
@property
def position(self):
...
@position.setter
def position(self, value):
...
Gets and sets the value.
@property
def position(self):
...
@position.setter
def position(self, value):
...