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