Search
RoutingOptions.TriggerRerouting Property
See Also
 



Gets or sets a value indicating in what circumstances links are rerouted automatically.

 Syntax

VB6  Copy Code

Public Property Get TriggerRerouting() As ERerouteArrow
Public Property Let TriggerRerouting( _
    ByVal Value As ERerouteArrow _
)

C++  Copy Code

public:
ERerouteArrow get_TriggerRerouting ()
void put_TriggerRerouting (
    ERerouteArrow value
)

 Property Value

A member of the ERerouteArrow enumeration. The default is raWhenModified.

 See Also