Gets the computed width of the baseline task bar of the current item in the GanttChartView control (based on BaselineStart and BaselineFinish values).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public double ComputedBaselineBarWidth { get; }
Visual Basic (Declaration)
Public ReadOnly Property ComputedBaselineBarWidth As Double

See Also