Disables handling of mouse events. The diagram is not interactive similar to Behavior.DoNothing, but item events are not raised.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Enabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Enabled As Boolean |
true to enable mouse/touch input handling; otherwise, false. The default value is true.
RemarksSetting this property to false is similar to Behavior.DoNothing, but in addition there aren't any item click events raised.
See Also