WidthCM

Shape.WidthCM property

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

public double WidthCM { get; set; }

例子


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

也可以看看