alignment property

alignment property

Gets and set the position of the Caption relative to the control.

Definition:

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

See Also