Represents a control which can be dragged from a toolbox onto a DiagramSurface to create new diagram nodes.

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

Syntax

C#
public class DiagramNodeTool : ContentControl, IDiagramToolboxTool
Visual Basic (Declaration)
Public Class DiagramNodeTool _
	Inherits ContentControl _
	Implements IDiagramToolboxTool

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                Mindscape.WpfDiagramming..::.DiagramNodeTool

See Also