position property

position property

The position of the stop.

Definition:

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

See Also