shadow属性

shadow属性

指示组框是否有shadow。

定义:

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

也可以看看