Gets a Visibility value that indicates whether Thumb controls should be visible enabling the user to edit the values of task items in the control by drag and drop operations (the Thumb objects would be visible if IsReadOnly property is set to false). This is a dependency property.

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

Syntax

C#
public Visibility ThumbVisibility { get; set; }
Visual Basic (Declaration)
Public Property ThumbVisibility As Visibility

See Also