text_rotation property

text_rotation property

Gets or sets the rotation of the text.

Definition:

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

See Also