DiagramNode.AllowModify override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected override bool AllowModify ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function AllowModify( _ |
The current mouse pointer position.
An InteractionState object containing more information about the current state of the operation.
true to allow the modification of this node; otherwise, false.
See Also