shadow属性

shadow属性

如果框架有 shadow,则为 true。

定义:

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

也可以看看