C# Класс TrakHound_UI.Timeline.Animate

Extender methods for animation, storyboard
Показать файл Открыть проект

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

Метод Описание
AddDouble ( this sb, int durationMs, DependencyObject element, PropertyPath path, double from, double to, IEasingFunction easing = null ) : System.Windows.Media.Animation.Storyboard

Helper to create double animation

AddDoubleKeyFrame ( this sb, int durationMs, DependencyObject element, PropertyPath path, double from, double to ) : System.Windows.Media.Animation.Storyboard

Helper to create double animation based on keyframe

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

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

Helper to create double animation
public static AddDouble ( this sb, int durationMs, DependencyObject element, PropertyPath path, double from, double to, IEasingFunction easing = null ) : System.Windows.Media.Animation.Storyboard
sb this
durationMs int
element System.Windows.DependencyObject
path System.Windows.PropertyPath
from double
to double
easing IEasingFunction
Результат System.Windows.Media.Animation.Storyboard

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

Helper to create double animation based on keyframe
public static AddDoubleKeyFrame ( this sb, int durationMs, DependencyObject element, PropertyPath path, double from, double to ) : System.Windows.Media.Animation.Storyboard
sb this
durationMs int
element System.Windows.DependencyObject
path System.Windows.PropertyPath
from double
to double
Результат System.Windows.Media.Animation.Storyboard