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