Gets or sets the destination node of an arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Destination() As Object |
C++
Copy Code
|
|---|
public: |
RemarksArrow's destination can be changed programmatically using this property. If any of the connected nodes has an AnchorPattern defined, arrows ends are placed at the nearest anchor points of the two nodes. If AutoRoute is enabled, the arrow is routed when changing its origin or destination.
See Also