Gets 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 Visibility GetBarVisibility(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetBarVisibility ( _
	d As DependencyObject _
) As Visibility

Parameters

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

See Also