Animates the layout of an edge.

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

Syntax

C#
public sealed class EdgeAnimation : CompositeAnimation
Visual Basic
Public NotInheritable Class EdgeAnimation _
	Inherits CompositeAnimation

Remarks

The bend points of the edge layout are animated. It is assumed that the edge style is a polyline style and the control points are the bends accordingly. The animation works for other styles too, but the effect might not be as expected.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Animation..::..CompositeAnimation
    yWorks.yFiles.UI.Animation..::..EdgeAnimation

See Also