Table of Contents

Class StoryboardEngineBase<T>

Namespace
H.Extensions.StoryBoard
Assembly
H.Extensions.StoryBoard.dll
public abstract class StoryboardEngineBase<T> : StoryboardEngineBase, IDisposable

Type Parameters

T
Inheritance
StoryboardEngineBase<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

StoryboardEngineBase(T, T, double, string)

public StoryboardEngineBase(T from, T to, double second, string property)

Parameters

from T
to T
second double
property string

Properties

FromValue

public T FromValue { get; set; }

Property Value

T

ToValue

public T ToValue { get; set; }

Property Value

T