position property

position property

Position of grouping character. Default: Bottom

Definition:

@property
def position(self):
    ...

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

See Also