LeftInch
Shape.LeftInch property
表示形状与其左列的水平偏移量,单位为英寸。
public double LeftInch { get; set; }
例子
[C#]
if (shape.LeftInch == 3)
shape.LeftInch = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示形状与其左列的水平偏移量,单位为英寸。
public double LeftInch { get; set; }
[C#]
if (shape.LeftInch == 3)
shape.LeftInch = 1;