MindFusion.Wpf Pack Programmer's Guide
DiagramLink.AllowModify Method
See Also
 





DiagramItem.AllowModify override.

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

 Syntax

C#  Copy Code

protected override bool AllowModify (
    Point current,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Function AllowModify( _
    current As Point, _
    ist As InteractionState _
) As Boolean

 Parameters

current

The current mouse pointer position.

ist
An InteractionState object containing more information about the current state of the operation.

 Return Value

true to allow the modification of this link; otherwise, false.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace