LeftInch

Shape.LeftInch property

表示形状与其左列的水平偏移量,单位为英寸。

public double LeftInch { get; set; }

例子


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

也可以看看