Search
LayeredLayout.ArrowAnchoring Property
See Also
 



Gets or sets a value indicating whether and how arrows should be aligned to nodes' anchor points.

 Syntax

VB6  Copy Code

Public Property Get ArrowAnchoring() As EAnchoring
Public Property Let ArrowAnchoring( _
    ByVal Value As EAnchoring _
)

C++  Copy Code

public:
EAnchoring get_ArrowAnchoring ()
void put_ArrowAnchoring (
    EAnchoring value
)

 Property Value

A member of the EAnchoring enumeration. The default value is ancIgnore.

 See Also