top_in_shape属性
top_in_shape属性
表示形状相对于父形状上边框的垂直偏移量, 以父形状高度的 1/4000 为单位。
评论
仅当此形状位于组或图表中时适用。
例子
if shape.is_in_group and shape.top_in_shape == 8000:
shape.top_in_shape = 4000
定义:
@property
def top_in_shape(self):
...
@top_in_shape.setter
def top_in_shape(self, value):
...