Represents a thumb control that allows updating task timing properties (such as start, finish, and completion) by drag and drop operations in GanttChartView control, and vertical position of tasks in the managed hierarchy by drag and drop operations in GanttChartDataGrid control.

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

Syntax

C#
public class DragTaskThumb : Control
Visual Basic (Declaration)
Public Class DragTaskThumb _
	Inherits Control

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
              DlhSoft.Windows.Controls..::.DragTaskThumb

See Also