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





Gets or sets the mouse cursor shown to the user when an object cannot be created at a particular location.

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

 Syntax

C#  Copy Code

public Cursor DisallowCursor { get; set; }

Visual Basic  Copy Code

Public Property DisallowCursor As Cursor

 Property Value

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

 Remarks

Use the property to demonstrate visually to the user that an item cannot be created at the current mouse position.

 See Also

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