position property

position property

Represents position of axis. Read/write AxisPositionType.

Definition:

@property
def position(self):
    ...

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

See Also