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

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