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

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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