WidthInch

Shape.WidthInch property

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

public double WidthInch { get; set; }

例子


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

也可以看看