MindFusion.Wpf Pack Programmer's Guide
LinkTo Members
Constructors Fields Attached Properties Methods
 


A helper class that provides attached properties for connecting a link to nodes from Xaml.

The following tables list the members exposed by the LinkTo type.

 Public Constructors

  Name Description

LinkTo

 

 Public Fields

  Name Description

DestinationNodeProperty

Identifies the DestinationNode attached property.

OriginNodeProperty

Identifies the OriginNode attached property.

 Public Attached Properties

  Name Description

DestinationNodeProperty

Gets or sets the Xaml id of the link's destination node.

OriginNodeProperty

Gets or sets the Xaml id of the link's origin node.

 Public Methods

  Name Description

GetDestinationNode

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

GetOriginNode

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

SetDestinationNode

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

SetOriginNode

Sets the value of the OriginNode attached property for a link.

 See Also

LinkTo Class
MindFusion.Diagramming.Wpf Namespace