Gets or sets the overall orientation of the arranged diagram.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Orientation() As EOrientation |
C++
Copy Code
|
|---|
public: |
A member of the EOrientation enumeration. The default is orVertical.
RemarksUse 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