'Declaration Public Enum DiagramDragInteraction Inherits System.Enum
public enum DiagramDragInteraction : System.Enum
Member | Description |
---|---|
None | The mouse does not interact with the diagram surface. |
Pan | Dragging the mouse performs a pan operation. |
Select | Dragging the mouse performs a select operation. If the XamDiagram.SelectionMode is set to DiagramSelectionMode.Multiple, when the mouse left button is released, the items that are fully contained within the area surrounded by the rectangle drawn while dragging, are selected. |
Zoom | Dragging the mouse performs a zoom operation. When the mouse left button is released, the diagram is zoomed to the area surrounded by the rectangle drawn while dragging. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2