MindFusion.Wpf Pack Programmer's Guide
Diagram.PointerCursor Property
See Also
 





Gets or sets the mouse cursor shown to the user when no modification is performed.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Cursor PointerCursor { get; set; }

Visual Basic  Copy Code

Public Property PointerCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.Arrow.

 Remarks

This cursor is shown when clicking and dragging the mouse would start creation of a node.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DrawLinkCursor Property
MoveCursor Property
AllowLinkCursor Property
PanCursor Property