Class DoubleStoryboard
- Namespace
- H.Extensions.StoryBoard
- Assembly
- H.Extensions.StoryBoard.dll
public class DoubleStoryboard : StoryboardEngineBase<double>, IDisposable
- Inheritance
-
DoubleStoryboard
- Implements
- Inherited Members
- Extension Methods
Constructors
DoubleStoryboard(double, double, double, string)
public DoubleStoryboard(double from, double to, double second, string property)
Parameters
Methods
CanAnimation(UIElement)
protected bool CanAnimation(UIElement element)
Parameters
elementUIElement
Returns
Create(double, double, double, string)
public static DoubleStoryboard Create(double from, double to, double second, string property)
Parameters
Returns
Start(UIElement, Action<UIElement>, Action<StoryboardEngineBase>)
public override StoryboardEngineBase Start(UIElement element, Action<UIElement> Completed = null, Action<StoryboardEngineBase> init = null)
Parameters
elementUIElementCompletedAction<UIElement>initAction<StoryboardEngineBase>
Returns
StartAll(UIElement, params DoubleStoryboard[])
public static void StartAll(UIElement element, params DoubleStoryboard[] engines)
Parameters
elementUIElementenginesDoubleStoryboard[]
Stop()
public override StoryboardEngineBase Stop()