C# Class CompositionHelper.Animation.Animation

表示动画的基类,所有动画都集成自该类。
Inheritance: Windows.UI.Xaml.DependencyObject
Show file Open project: higankanshi/CompositionHelper

Public Properties

Property Type Description
ParametersProperty Windows.UI.Xaml.DependencyProperty
TargetElementProperty Windows.UI.Xaml.DependencyProperty
TargetPropertyProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
BuildCompositionAnimation ( ) : CompositionAnimation

创建用于 Composition API 的 CompositionAnimation。

Dispose ( ) : void

Protected Methods

Method Description
Animation ( ) : System

Method Details

Animation() protected method

protected Animation ( ) : System
return System

BuildCompositionAnimation() public method

创建用于 Composition API 的 CompositionAnimation。
public BuildCompositionAnimation ( ) : CompositionAnimation
return CompositionAnimation

Dispose() public method

public Dispose ( ) : void
return void

Property Details

ParametersProperty public static property

public static DependencyProperty,Windows.UI.Xaml ParametersProperty
return Windows.UI.Xaml.DependencyProperty

TargetElementProperty public static property

public static DependencyProperty,Windows.UI.Xaml TargetElementProperty
return Windows.UI.Xaml.DependencyProperty

TargetPropertyProperty public static property

public static DependencyProperty,Windows.UI.Xaml TargetPropertyProperty
return Windows.UI.Xaml.DependencyProperty