position property

position property

Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write float.

Definition:

@property
def position(self):
    ...

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

See Also