Search
Arrow.DestAnchor Property
See Also
 



Gets or sets the destination anchor point to which this arrow is attached.

 Syntax

VB6  Copy Code

Public Property Get DestAnchor() As Long
Public Property Let DestAnchor( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_DestAnchor ()
void put_DestAnchor (
    int value
)

 Property Value

A long value. The default is -1.

 Remarks

This property specifies an integer index of an anchor point within the AnchorPattern of the arrow's destination node. The arrow is docked to that point and stays connected to it when the node is moved or resized. A value of -1 specifies that the arrow isn't docked to any specific point of the AnchorPattern object.

 See Also