weight属性

weight属性

返回或设置线的 weight,以 pt 为单位。

定义:

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

也可以看看