Search
Arrow.OrgnAnchor Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_OrgnAnchor ()
void put_OrgnAnchor (
    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 origin 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