height_pixel属性
height_pixel属性
以像素为单位获取或设置框架的高度。
定义:
@property
def height_pixel(self):
...
@height_pixel.setter
def height_pixel(self, value):
...
以像素为单位获取或设置框架的高度。
@property
def height_pixel(self):
...
@height_pixel.setter
def height_pixel(self, value):
...