Gets or sets a value that indicates whether the task event item shapes are snapping to row and column based guidelines in the control during drag and drop based rearrange operations. This is a dependency property.

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

Syntax

C#
public bool SnapRearrangedItemsToGuidelines { get; set; }
Visual Basic (Declaration)
Public Property SnapRearrangedItemsToGuidelines As Boolean

See Also