Sets a Visibility value indicating whether the increase 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 void SetComputedIncreaseTimelinePageButtonVisibility(
	DependencyObject d,
	Visibility value
)
Visual Basic (Declaration)
Public Shared Sub SetComputedIncreaseTimelinePageButtonVisibility ( _
	d As DependencyObject, _
	value As Visibility _
)

Parameters

d
Type: System.Windows..::.DependencyObject
value
Type: System.Windows..::.Visibility

See Also