This class is part of the WPF Diagramming infrastructure to support dragging the ends of connections, and is not intended to be used in your own code.

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 sealed class FloatingConnectionPoint : ViewModelBase, IDiagramConnectionPoint
Visual Basic (Declaration)
Public NotInheritable Class FloatingConnectionPoint _
	Inherits ViewModelBase _
	Implements IDiagramConnectionPoint

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.ViewModelBase
    Mindscape.WpfDiagramming.Foundation..::.FloatingConnectionPoint

See Also