Gets or sets the IDiagramNode that the FloatingConnectionPoint is attached to. This such node is just a place holder which is required by connection points. This property should not be set by something outside the FloatingConnectionPoint class.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IDiagramNode Node { get; set; }
Visual Basic (Declaration)
Public Property Node As IDiagramNode

See Also