Simple default implementations of the IBendCreator interface used during the creation of bends in the UI.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class DefaultBendCreator : IBendCreator
Visual Basic
Public Class DefaultBendCreator _
	Implements IBendCreator

Remarks

An instance of this class can be found in the Lookup(Type) of an edge, e.g.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..DefaultBendCreator

See Also