Animates the layout of an edge.

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

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