Search
DiagramView.CustomBehavior Property
See Also
 





Gets or sets a custom Behavior object specifying how MindFusion.Diagramming responds to mouse input.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public BehaviorBase CustomBehavior { get; set; }

Visual Basic  Copy Code

Public Property CustomBehavior As BehaviorBase

 Property Value

 See Also