Search
LayeredLayout.Orientation Property
See Also
 



Gets or sets the overall orientation of the arranged diagram.

 Syntax

VB6  Copy Code

Public Property Get Orientation() As EOrientation
Public Property Let Orientation( _
    ByVal Value As EOrientation _
)

C++  Copy Code

public:
EOrientation get_Orientation ()
void put_Orientation (
    EOrientation value
)

 Property Value

A member of the EOrientation enumeration. The default is orVertical.

 Remarks

Use orVertical to have arrows flow in vertical direction or orHorizontal for horizontal direction. The orientation of the resulting layers is opposite to that of the arrows. E.g. if arrows tend to go in vertical direction, the nodes are distributed in horizontal layers.

 See Also