C# 클래스 CompositionHelper.Animation.Animation

表示动画的基类,所有动画都集成自该类。
상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: higankanshi/CompositionHelper

공개 프로퍼티들

프로퍼티 타입 설명
ParametersProperty Windows.UI.Xaml.DependencyProperty
TargetElementProperty Windows.UI.Xaml.DependencyProperty
TargetPropertyProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
BuildCompositionAnimation ( ) : CompositionAnimation

创建用于 Composition API 的 CompositionAnimation。

Dispose ( ) : void

보호된 메소드들

메소드 설명
Animation ( ) : System

메소드 상세

Animation() 보호된 메소드

protected Animation ( ) : System
리턴 System

BuildCompositionAnimation() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

ParametersProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml ParametersProperty
리턴 Windows.UI.Xaml.DependencyProperty

TargetElementProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml TargetElementProperty
리턴 Windows.UI.Xaml.DependencyProperty

TargetPropertyProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml TargetPropertyProperty
리턴 Windows.UI.Xaml.DependencyProperty