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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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