top_pixel 属性
top_pixel 属性
返回或设置时间线形状与其顶行的垂直偏移量(以像素为单位)。
定义:
@property
def top_pixel(self):
...
@top_pixel.setter
def top_pixel(self, value):
...
返回或设置时间线形状与其顶行的垂直偏移量(以像素为单位)。
@property
def top_pixel(self):
...
@top_pixel.setter
def top_pixel(self, value):
...