Table of Contents

Class EngineStoryBase

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll
public abstract class EngineStoryBase : StoryBase, IStory
Inheritance
EngineStoryBase
Implements
Derived
Inherited Members
Extension Methods

Properties

Engine

public StoryboardEngineBase Engine { get; set; }

Property Value

StoryboardEngineBase

Methods

CreateEngine(UIElement)

protected abstract StoryboardEngineBase CreateEngine(UIElement element)

Parameters

element UIElement

Returns

StoryboardEngineBase

Start(UIElement)

public override void Start(UIElement element)

Parameters

element UIElement

Stop()

public override void Stop()