alignment_point property

alignment_point property

Gets or sets the alignment point.

Definition:

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

See Also