Represents a role that a DragTaskThumb control may have when it is used in a task template definition.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public enum DragTaskThumbRole |
| Visual Basic (Declaration) |
|---|
Public Enumeration DragTaskThumbRole |
Members
| Member name | Description | |
|---|---|---|
| UpdateStart |
Updates the task start and finish values (keeping the task effort value constant).
| |
| UpdateFinish |
Updates the task finish value (and the task effort value accordingly).
| |
| UpdateCompletedFinish |
Updates the task completion time interval finish value (and the task completed effort value accordingly).
| |
| UpdateStartOnly |
Updates the task start values only (preserving the task finish value).
| |
| UpdateFinishPreservingEffort |
Updates the task finish and start values (keeping the task effort value constant).
| |
| UpdateIndex |
Updates the vertical position of the task in the managed hierarchy of a GanttChartDataGrid control.
|