Represents a control that presents a dependency line generated by a predecessor item in the NetworkDiagramView control.
NetworkDependencyLinePresenter

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

Syntax

C#
public class NetworkDependencyLinePresenter : UserControl, 
	IComponentConnector
Visual Basic (Declaration)
Public Class NetworkDependencyLinePresenter _
	Inherits UserControl _
	Implements IComponentConnector

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..::.UserControl
                  DlhSoft.Windows.Controls.Pert..::.NetworkDependencyLinePresenter

See Also