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):
...