shadow 属性

shadow 属性

如果框架具有 shadow,则为真。

定义:

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

也可以看看