justification property

justification property

Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom

Definition:

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

See Also