C# 클래스 ZForge.Controls.ExplorerBar.Expando.AnimationHelper

A class that helps Expandos animate
상속: IDisposable
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
FadeAnimation int
NumAnimationFrames int
SlideAnimation int

공개 메소드들

메소드 설명
AnimationHelper ( Expando expando, int animationType ) : System

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

보호된 메소드들

메소드 설명
PerformAnimation ( ) : void

Updates the animation for the Expando

비공개 메소드들

메소드 설명
animationTimer_Tick ( object sender, EventArgs e ) : void

Event handler for the animation timer tick event

메소드 상세

AnimationHelper() 공개 메소드

Initializes a new instance of the AnimationHelper class with the specified settings
public AnimationHelper ( Expando expando, int animationType ) : System
expando Expando The Expando to be animated
animationType int The type of animation to perform
리턴 System

Dispose() 공개 메소드

Releases all resources used by the AnimationHelper
public Dispose ( ) : void
리턴 void

PerformAnimation() 보호된 메소드

Updates the animation for the Expando
protected PerformAnimation ( ) : void
리턴 void

StartAnimation() 공개 메소드

Starts the Expando collapse/expand animation
public StartAnimation ( ) : void
리턴 void

StopAnimation() 공개 메소드

Stops the Expando collapse/expand animation
public StopAnimation ( ) : void
리턴 void

프로퍼티 상세

FadeAnimation 공개적으로 정적으로 프로퍼티

Specifes that a fade animation is to be performed
public static int FadeAnimation
리턴 int

NumAnimationFrames 공개적으로 정적으로 프로퍼티

The number of frames in an animation
public static int NumAnimationFrames
리턴 int

SlideAnimation 공개적으로 정적으로 프로퍼티

Specifes that a slide animation is to be performed
public static int SlideAnimation
리턴 int