C# Class CompositionHelper.Animation.Animation

表示动画的基类,所有动画都集成自该类。
Inheritance: Windows.UI.Xaml.DependencyObject
ファイルを表示 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_oe static_oe property

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

TargetElementProperty public_oe static_oe property

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

TargetPropertyProperty public_oe static_oe property

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