C1.WPF.Extended Namespace / IAnimationFactory Interface / GetForwardAnimation Method
The target of animation
Animation Type

In This Topic
GetForwardAnimation Method
In This Topic
Creat Forward Animation
Syntax
'Declaration
 
Function GetForwardAnimation( _
   ByVal target As FrameworkElement, _
   ByVal animationType As AnimationType _
) As Storyboard
 

Parameters

target
The target of animation
animationType
Animation Type
See Also