HeightCM

Shape.HeightCM property

表示形状的高度,单位为厘米。

public double HeightCM { get; set; }

例子


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

也可以看看