Animates the location of a IPort by interpolating linearly between the current location and the target location that is provided by the target IPortLocationModelParameter.

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 PortAnimation : IAnimation
Visual Basic
Public NotInheritable Class PortAnimation _
	Implements IAnimation

Remarks

This animation will as a side effect assign the new parameter to the port at the end of the animation.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Animation..::..PortAnimation

See Also