This animation linearly interpolates the geometry of an ILabel's Layout from the current to a given ILabelModelParameter.

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

Remarks

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

Inheritance Hierarchy

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

See Also