Table of Contents

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

from double
to double
second double
property string

Methods

CanAnimation(UIElement)

protected bool CanAnimation(UIElement element)

Parameters

element UIElement

Returns

bool

Create(double, double, double, string)

public static DoubleStoryboard Create(double from, double to, double second, string property)

Parameters

from double
to double
second double
property string

Returns

DoubleStoryboard

Start(UIElement, Action<UIElement>, Action<StoryboardEngineBase>)

public override StoryboardEngineBase Start(UIElement element, Action<UIElement> Completed = null, Action<StoryboardEngineBase> init = null)

Parameters

element UIElement
Completed Action<UIElement>
init Action<StoryboardEngineBase>

Returns

StoryboardEngineBase

StartAll(UIElement, params DoubleStoryboard[])

public static void StartAll(UIElement element, params DoubleStoryboard[] engines)

Parameters

element UIElement
engines DoubleStoryboard[]

Stop()

public override StoryboardEngineBase Stop()

Returns

StoryboardEngineBase