position property

position property

Returns or sets zero-based position of node among sibling nodes. Read/write int.

Definition:

@property
def position(self):
    ...

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

See Also