rotate_text_with_shape property

rotate_text_with_shape property

Indicates whether rotating text with shape.

Example


shapeTextAlignment.rotate_text_with_shape = True

Definition:

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

See Also