Version

DiagramDragInteraction Enumeration

Specifies the mouse-left-button drag interaction for XamDiagram.
Syntax
'Declaration
 
Public Enum DiagramDragInteraction 
   Inherits System.Enum
public enum DiagramDragInteraction : System.Enum 
Members
MemberDescription
NoneThe mouse does not interact with the diagram surface.
PanDragging the mouse performs a pan operation.
SelectDragging 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.
ZoomDragging 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.
Requirements

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

See Also