Search
DecisionLayout.Orientation Property
See Also
 



Gets or sets the 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 specifying the overall layout orientation. The default value is orVertical.

 See Also