wrap_text属性

wrap_text属性

将应用换行文本设置。

定义:

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

也可以看看