Gets or sets a Visibility value indicating whether the decrease timeline page button should be visible in the view. 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 Visibility ComputedDecreaseTimelinePageButtonVisibility { get; set; }
Visual Basic (Declaration)
Public Property ComputedDecreaseTimelinePageButtonVisibility As Visibility

See Also