shadow 属性

shadow 属性

表示是否显示shadow。

定义:

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

也可以看看