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 void SetAssignmentThumbVisibility(
	DependencyObject d,
	Visibility value
)
Visual Basic (Declaration)
Public Shared Sub SetAssignmentThumbVisibility ( _
	d As DependencyObject, _
	value As Visibility _
)

Parameters

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

See Also