Gets or sets the number of lines to be displayed for this item in the chart (usually used in conjunction with GanttChartItem.DisplayLineIndex values).
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public Nullable<int> DisplayLineCount { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DisplayLineCount As Nullable(Of Integer) |