Position
ISmartArtNode.Position property
Returns or sets zero-based position of the node among sibling nodes. Read/write Int32.
public int Position { get; set; }
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Value is less than 0. -or- value is equal to or greater than siblings count. |
See Also
- interface ISmartArtNode
- namespace Aspose.Slides.SmartArt
- assembly Aspose.Slides