Version

DefineConnectionCallback Property (XamNetworkNode)

Gets or sets the define connection callback.
Syntax
'Declaration
 
Public Property DefineConnectionCallback As Func(Of NetworkNodeConnection,Point,Point,Point,Point,FrameworkElement)
public Func<NetworkNodeConnection,Point,Point,Point,Point,FrameworkElement> DefineConnectionCallback {get; set;}

Property Value

The define connection callback.
Remarks
The callback is invoked with the following arguments:
  • NetworkNodeConnection - the connection object for which a visual representation is created
  • Point - the source point
  • Point - the target point
  • Point - the original source point
  • Point - the original target point
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also