Gets or sets the time interval used to periodically update the current time vertical line displayed by the control. By default it is set to TimeSpan.Zero, indicating that no updates are performed. This is a dependency property.

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

Syntax

C#
public TimeSpan CurrentTimeLineUpdateInterval { get; set; }
Visual Basic (Declaration)
Public Property CurrentTimeLineUpdateInterval As TimeSpan

See Also