width 属性

width 属性

获取并设置斜面的 width,或者它应用到形状中的深度。 以点为单位。

定义:

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

也可以看看