Version

DiagramTool Enumeration

Specifies the tool used in a XamDiagram. Mostly this determines how the mouse interacts with the diagram surface and items, however it could also affect some other aspects of the XamDiagram such as the visibility of nodes' connection points.
Syntax
'Declaration
 
Public Enum DiagramTool 
   Inherits System.Enum
public enum DiagramTool : System.Enum 
Members
MemberDescription
ConnectorA tool used for drawing connections.
Performing a drag on the empty diagram surface draws a connection.
PointerA pointer tool. When this tool is used, the value of the XamDiagram.DefaultDragInteraction specifies how the mouse interacts with the diagram surface.
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