HeightInch

Shape.HeightInch property

表示形状的高度,以英寸为单位。

public double HeightInch { get; set; }

例子


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

也可以看看