Represents an item within a NetworkDiagramView control.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public class NetworkDiagramItem : DependencyObject, 
	INetworkDiagramItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class NetworkDiagramItem _
	Inherits DependencyObject _
	Implements INetworkDiagramItem, INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls.Pert..::.NetworkDiagramItem

See Also