The delegate type for setting an animated value of the parameter type T.
Namespace: yWorks.Canvas.AnimationAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public delegate void Set( T value ) |
| Visual Basic |
|---|
Public Delegate Sub Set ( _ value As T _ ) |
Parameters
- value
- Type: T
An instance of the parameter type T.