Search
RoutingOptions.EndOrientation Property
See Also
 



Gets or sets the desired orientation of the last segments of routed arrows.

 Syntax

VB6  Copy Code

Public Property Get EndOrientation() As EPrpStartOrientation
Public Property Let EndOrientation( _
    ByVal Value As EPrpStartOrientation _
)

C++  Copy Code

public:
EPrpStartOrientation get_EndOrientation ()
void put_EndOrientation (
    EPrpStartOrientation value
)

 Property Value

A member of the EPrpStartOrientation enumeration. The default is soAuto.

 Remarks

For some diagrams it might be desirable that first and last segments of arrows always have a specific direction. E.g. in database ER diagrams arrows usually connect to table rows on the left or right-hand sides of tables; in that case their end segments must be horizontal. EndOrientation specifies what orientation of arrows' last segments to be applied by the routing algorithm.

 See Also