Gets or sets the positioning of the assignments string that is to be displayed for the task in the GanttChartView control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public Point AssignmentsPosition { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property AssignmentsPosition As Point |