Callback interface for instances that can create bends for a given edge and graph.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IBendCreator |
| Visual Basic |
|---|
Public Interface IBendCreator |
Remarks
Implementations of this interface may be found in the Lookup(Type)
of IEdge instances.
This interface is used by GraphEditorInputMode to create new bends
for an edge as soon as the user performs the bend creation gesture.