Gets or sets the origin date and time referred by UpdateScaleInterval value used during drag and drop update operations. 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 DateTime UpdateScaleOrigin { get; set; }
Visual Basic (Declaration)
Public Property UpdateScaleOrigin As DateTime

See Also