width属性

width属性

定义:

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

也可以看看