Animates a value of the parameter type T.

Namespace: yWorks.Canvas.Animation
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class SimpleAnimation<T> : IAnimation
Visual Basic
Public Class SimpleAnimation(Of T) _
	Implements IAnimation

Type Parameters

T
The type of the animated value.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Animation..::..SimpleAnimation<(Of <(<'T>)>)>

See Also