width_in_shape属性
width_in_shape属性
表示形状的宽度,单位为父形状的 1/4000。
评论
仅当此形状位于组或图表中时适用。
例子
if shape.is_in_group and shape.width_in_shape == 2000:
shape.width_in_shape = 4000
定义:
@property
def width_in_shape(self):
...
@width_in_shape.setter
def width_in_shape(self, value):
...