Represents a node (content element) on a diagram.

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 class DiagramNodeElement : DiagramElement
Visual Basic (Declaration)
Public Class DiagramNodeElement _
	Inherits DiagramElement

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
                System.Windows.Controls..::.ListBoxItem
                  Mindscape.WpfDiagramming.Foundation..::.DiagramElement
                    Mindscape.WpfDiagramming.Foundation..::.DiagramNodeElement

See Also