Gets or sets the TaskExtraElementsPositioning to be used to display the dependencies of a task if it is a summary task.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public TaskExtraElementsPositioning SummaryTaskExtraElementsPositioning { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property SummaryTaskExtraElementsPositioning As TaskExtraElementsPositioning |