Gets or sets the amount to update timeline page when the increase and decrease update timeline page buttons are clicked. 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 UpdateTimelinePageAmount { get; set; }
Visual Basic (Declaration)
Public Property UpdateTimelinePageAmount As TimeSpan

Implements

IGanttChartView..::.UpdateTimelinePageAmount

See Also