Gets a Visibility value indicating whether the decrease timeline page button should be visible in the view.

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

Syntax

C#
public static Visibility GetComputedDecreaseTimelinePageButtonVisibility(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetComputedDecreaseTimelinePageButtonVisibility ( _
	d As DependencyObject _
) As Visibility

Parameters

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

See Also