ZOrderPosition
Shape.ZOrderPosition property
返回形状在 z 顺序中的位置。
public int ZOrderPosition { get; set; }
例子
[C#]
shape.ZOrderPosition = 3;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
返回形状在 z 顺序中的位置。
public int ZOrderPosition { get; set; }
[C#]
shape.ZOrderPosition = 3;