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
C#
![]() |
---|
public bool Enabled { get; set; } |
Visual Basic
![]() |
---|
Public Property Enabled As Boolean |
true to enable mouse/touch input handling; otherwise, false. The default value is true.
Setting this property to false is similar to Behavior.DoNothing, but in addition there aren't any item click events raised.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |