Gets or sets a value indicating whether to use the direction in which arrows flow as the one relating parents to children.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ReversedArrows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksThe default is to use arrow origin nodes as parents in the tree and destination nodes as children.
See Also