Table of Contents

Class OpacityStory

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

Constructors

OpacityStory()

public OpacityStory()

Properties

From

public double From { get; set; }

Property Value

double

To

public double To { get; set; }

Property Value

double

Methods

CreateEngine(UIElement)

protected override StoryboardEngineBase CreateEngine(UIElement element)

Parameters

element UIElement

Returns

StoryboardEngineBase