Table of Contents

Class StoryboardEngineBase<T>

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Service.Animation.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