A specialized IInputMode used for creating edges between nodes
in an IGraph displayed in a CanvasControl.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class CreateEdgeInputMode : StateMachineInputMode |
| Visual Basic |
|---|
Public Class CreateEdgeInputMode _ Inherits StateMachineInputMode |
Remarks
This class provides factory methods and callbacks, as well as a couple of options
to tweak the edge gesture creation.
This class uses IPortCandidateProvider instances found in the ILookup
of the nodes in the graph to display port candidates and to finally
create the edges.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Input..::..AbstractInputMode
yWorks.Canvas.Input..::..AbstractConcurrentInputMode
yWorks.Canvas.Input..::..StateMachineInputMode
yWorks.yFiles.UI.Input..::..CreateEdgeInputMode
yWorks.Canvas.Input..::..AbstractInputMode
yWorks.Canvas.Input..::..AbstractConcurrentInputMode
yWorks.Canvas.Input..::..StateMachineInputMode
yWorks.yFiles.UI.Input..::..CreateEdgeInputMode