MindFusion.Wpf Pack Programmer's Guide
DiagramView.SetBehavior Method
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void SetBehavior (
    Behavior value,
    bool clearSelection
)

Visual Basic  Copy Code

Public Sub SetBehavior( _
    value As Behavior, _
    clearSelection As Boolean _
)

 Parameters

value

A member of the Behavior enumeration.

clearSelection

True to clear current selection, or false otherwise.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace