Gets or sets the indentation level of this GanttChartViewItem.
The hierarchy is based on the indentation level values of the tasks, so that a task with a lower index in the collection and having a specific indentation level will become the parent task for the tasks with a higher index in the collection and having an increased indentation level.
It is recommended to set this property.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public int Indentation { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Indentation As Integer |