C# Класс ZForge.Controls.ExplorerBar.Expando.AnimationHelper

A class that helps Expandos animate
Наследование: IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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