C# Класс Rooler.GridLengthAnimationBase

Наследование: System.Windows.Media.Animation.AnimationTimeline
Показать файл Открыть проект

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

Метод Описание
GetCurrentValue ( object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : object
GetCurrentValueCore ( System.Windows.GridLength defaultOriginValue, System.Windows.GridLength defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : System.Windows.GridLength

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

Метод Описание
GridLengthAnimationBase ( ) : System

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

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

public GetCurrentValue ( object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : object
defaultOriginValue object
defaultDestinationValue object
animationClock System.Windows.Media.Animation.AnimationClock
Результат object

GetCurrentValueCore() публичный абстрактный Метод

public abstract GetCurrentValueCore ( System.Windows.GridLength defaultOriginValue, System.Windows.GridLength defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : System.Windows.GridLength
defaultOriginValue System.Windows.GridLength
defaultDestinationValue System.Windows.GridLength
animationClock System.Windows.Media.Animation.AnimationClock
Результат System.Windows.GridLength

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

protected GridLengthAnimationBase ( ) : System
Результат System