Sets a value that indicates whether and how the bar of a specific task item is going to be displayed in the chart view. This is based on an item dependency property.

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

Syntax

C#
public static void SetBarVisibility(
	DependencyObject d,
	Visibility value
)
Visual Basic (Declaration)
Public Shared Sub SetBarVisibility ( _
	d As DependencyObject, _
	value As Visibility _
)

Parameters

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

See Also