Gets the computed width of the chart, based on the timeline page, the visible time intervals, and the hour width.

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

Syntax

C#
public static double GetComputedWidth(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetComputedWidth ( _
	d As DependencyObject _
) As Double

Parameters

d
Type: System.Windows..::.DependencyObject

See Also