height属性

height属性

定义:

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

也可以看看