Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public override Object CalculateAnimationStep(
Object animationStartValue,
Object animationEndValue,
int numFrames
) |
| Visual Basic |
|---|
Public Overrides Function CalculateAnimationStep ( _
animationStartValue As Object, _
animationEndValue As Object, _
numFrames As Integer _
) As Object |
Parameters
- animationStartValue
- Type: System..::..Object
- animationEndValue
- Type: System..::..Object
- numFrames
- Type: System..::..Int32
See Also