MindFusion.Wpf Pack Programmer's Guide
LinkTo.GetDestinationNode Method
See Also
 





Gets the value of the DestinationNode attached property for a link.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static string GetDestinationNode (
    DependencyObject obj
)

Visual Basic  Copy Code

Public Shared Function GetDestinationNode( _
    obj As DependencyObject _
) As String

 Parameters

obj

The link from which the property value is read.

 Return Value

The Xaml id of the destination node.

 See Also

LinkTo Members
LinkTo Class
MindFusion.Diagramming.Wpf Namespace