MindFusion.Wpf Pack Programmer's Guide
BehaviorBase.SelectController Method
See Also
 





Selects a controller based on the specified input.

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

 Syntax

C#  Copy Code

public virtual SinglePointerController SelectController (
    InputState state
)

Visual Basic  Copy Code

Public Overridable Function SelectController( _
    state As InputState _
) As SinglePointerController

 Parameters

state

The input state.

 Return Value

A SinglePointerController representing the object that will manage the interaction.

 See Also

BehaviorBase Members
BehaviorBase Class
MindFusion.Diagramming.Wpf.Behaviors Namespace