Gets a Visibility value that indicates whether assignment thumb controls should be visible enabling the user to move task assignments among resource items in the control using drag and drop operations (the assignment thumb objects would be visible if AreAssignmentsReadOnly property is set to false).

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

Syntax

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

Parameters

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

See Also