Position
ISmartArtNode.Position 属性
返回或设置节点在兄弟节点中的零基位置。可读/写 Int32。
public int Position { get; set; }
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 值小于 0。 -或- 值等于或大于兄弟节点数量。 |
另见
- 接口 ISmartArtNode
- 命名空间 Aspose.Slides.SmartArt
- 程序集 Aspose.Slides
返回或设置节点在兄弟节点中的零基位置。可读/写 Int32。
public int Position { get; set; }
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 值小于 0。 -或- 值等于或大于兄弟节点数量。 |