width 属性

width 属性

获取或设置与其右下角列的水平偏移量。

定义:

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

也可以看看