Gets whether the user is prevented from manipulating this item.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public virtual bool NotInteractive () |
Visual Basic Copy Code |
---|
Public Overridable Function NotInteractive () As Boolean |
true to prevent user interaction with this item; otherwise, false.
The default implementation prevents manipulation of invisible or locked items.
WpfDiagram Programmer's Guide | © 2024 MindFusion |