Search
DiagramItem.NowModifying Method
See Also
 





Gets a flag indicating whether this object is being currently modified interactively by the user.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool NowModifying ()

Visual Basic  Copy Code

Public Function NowModifying () As Boolean

 Return Value

true is the item is being modified; otherwise, false.

 See Also