rotate_text_with_shape 属性
rotate_text_with_shape 属性
指示是否旋转带有形状的文本。
例子
shapeTextAlignment.rotate_text_with_shape = True
定义:
@property
def rotate_text_with_shape(self):
...
@rotate_text_with_shape.setter
def rotate_text_with_shape(self, value):
...