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
element
UIElement
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
element
UIElementCompleted
Action<UIElement>init
Action<StoryboardEngineBase>
Returns
StartAll(UIElement, params DoubleStoryboard[])
public static void StartAll(UIElement element, params DoubleStoryboard[] engines)
Parameters
element
UIElementengines
DoubleStoryboard[]
Stop()
public override StoryboardEngineBase Stop()