Represents a thumb control that allows updating the canvas position of a task shape by drag and drop operations in a NetworkDiagramView control.
DragNetworkTaskThumb

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

Syntax

C#
public class DragNetworkTaskThumb : UserControl, 
	IComponentConnector
Visual Basic (Declaration)
Public Class DragNetworkTaskThumb _
	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..::.DragNetworkTaskThumb

See Also