C# Class CompositionHelper.Animation.KeyFrame

关键帧的基类。
Inheritance: Windows.UI.Xaml.DependencyObject
显示文件 Open project: higankanshi/CompositionHelper

Public Properties

Property Type Description
EasingFunctionProperty Windows.UI.Xaml.DependencyProperty
ProgressProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
AddKayFrameToAnimation ( KeyFrameAnimation animation ) : void

Method Details

AddKayFrameToAnimation() public method

public AddKayFrameToAnimation ( KeyFrameAnimation animation ) : void
animation KeyFrameAnimation
return void

Property Details

EasingFunctionProperty public_oe static_oe property

标示 EasingFunction 依赖属性。
public static DependencyProperty,Windows.UI.Xaml EasingFunctionProperty
return Windows.UI.Xaml.DependencyProperty

ProgressProperty public_oe static_oe property

标示 Progress 依赖属性。
public static DependencyProperty,Windows.UI.Xaml ProgressProperty
return Windows.UI.Xaml.DependencyProperty