text属性

text属性

获取并设置形状的 text。

定义:

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

也可以看看