width 属性

width 属性

以点为单位获取和设置控件的 width。

定义:

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

也可以看看