Gets or sets the role used by the current thumb control, identifying the specific task timing properties to be updated by drag and drop operations hosted by the control. This is a dependency property.

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

Syntax

C#
public DragTaskThumbRole Role { get; set; }
Visual Basic (Declaration)
Public Property Role As DragTaskThumbRole

See Also