Search
DiagramView.SetBehavior Method
See Also
 





Sets a value indicating how the control responds to user actions.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetBehavior (
    Behavior value
)

Visual Basic  Copy Code

Public Function SetBehavior( _
    value As Behavior _
) As DiagramView

 Parameters

value

 Return Value

 See Also