TopCM

Shape.TopCM property

表示形状与其顶行的垂直偏移量,单位为厘米。

public double TopCM { get; set; }

例子


[C#]
if (shape.TopCM == 3)
    shape.TopCM = 1;

也可以看看