Gets or sets a value indicating whether to keep the original geometric order of child nodes when arranging them under their parent.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PreserveOrder() As Boolean |
C++
Copy Code
|
|---|
public: |
true to preserve order of child nodes, otherwise false. The default value is false.
RemarksIf this property is not set, the order of child nodes corresponds to the order of arrows within the parent's OutgoingArrows collection.
See Also