Property | Type | Description | |
---|---|---|---|
FadeAnimation | int | ||
NumAnimationFrames | int | ||
SlideAnimation | int |
Method | Description | |
---|---|---|
AnimationHelper ( |
Initializes a new instance of the AnimationHelper class with the specified settings
|
|
Dispose ( ) : void |
Releases all resources used by the AnimationHelper
|
|
StartAnimation ( ) : void |
Starts the Expando collapse/expand animation
|
|
StopAnimation ( ) : void |
Stops the Expando collapse/expand animation
|
Method | Description | |
---|---|---|
PerformAnimation ( ) : void |
Updates the animation for the Expando
|
Method | Description | |
---|---|---|
animationTimer_Tick ( object sender, |
Event handler for the animation timer tick event
|
public AnimationHelper ( |
||
expando | The Expando to be animated | |
animationType | int | The type of animation to perform |
return | System |