transparency属性

transparency属性

返回或设置指定填充的 transparency 度,其值为 0.0(不透明)至 1.0(透明)。

定义:

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

也可以看看