Position

ISmartArtNode.Position 属性

返回或设置节点在兄弟节点中的零基位置。可读/写 Int32。

public int Position { get; set; }

异常

异常条件
ArgumentOutOfRangeException值小于 0。 -或- 值等于或大于兄弟节点数量。

另见