Search
TreeLayout.ReversedArrows Property
See Also
 



Gets or sets a value indicating whether to use the direction in which arrows flow as the one relating parents to children.

 Syntax

VB6  Copy Code

Public Property Get ReversedArrows() As Boolean
Public Property Let ReversedArrows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ReversedArrows ()
void put_ReversedArrows (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

The default is to use arrow origin nodes as parents in the tree and destination nodes as children.

 See Also