C# Класс System.Windows.Media.Glitz.ColorAnimation

An animation that interpolates a Color-typed property from one value to another.
Наследование: TweenAnimation
Показать файл Открыть проект

Открытые методы

Метод Описание
ColorAnimation ( DependencyObject o, DependencyProperty dp, System.TimeSpan duration, Color targetValue ) : System

Initializes an instance of an ColorAnimation.

Защищенные методы

Метод Описание
PerformTweening ( double frame ) : void

Описание методов

ColorAnimation() публичный Метод

Initializes an instance of an ColorAnimation.
public ColorAnimation ( DependencyObject o, DependencyProperty dp, System.TimeSpan duration, Color targetValue ) : System
o System.Windows.DependencyObject The object to animate.
dp System.Windows.DependencyProperty The property on the object to animate.
duration System.TimeSpan The time span over which the animation performs the interpolation.
targetValue Color The value to interpolate to.
Результат System

PerformTweening() защищенный Метод

protected PerformTweening ( double frame ) : void
frame double
Результат void