DragOverSnapArea

StockSharp.Xaml.Diagram.GXDiagram.Tool

This enumeration controls where the DraggingTool might snap the selection location during dragging.

Fields

Diagram : DragOverSnapArea

Perform location snapping for the whole diagram. This is the default value for DragOverSnapArea. GridSnapEnabled must also be true.

DiagramAndNodes : DragOverSnapArea

Perform location snapping when the mouse is over a node that has DragOverSnapEnabled set to true, or if the mouse is not over such a node, perform location snapping for the whole diagram, if GridSnapEnabled is also true.

Nodes : DragOverSnapArea

Perform location snapping when the mouse is over a node that has DragOverSnapEnabled set to true.

None : DragOverSnapArea

Perform no location snapping during a drag.