C# Class WinRTXamlToolkit.Controls.FlipAnimation

Animation used in FlipTransition for a 3D flip of a page element.
Inheritance: PageTransitionAnimation
Show file Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
AxisOfFlipProperty Windows.UI.Xaml.DependencyProperty
DirectionProperty Windows.UI.Xaml.DependencyProperty

Protected Methods

Method Description
ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void

Applies the target properties.

Private Methods

Method Description
CleanupAnimation ( DependencyObject target, Storyboard animation ) : void

Method Details

ApplyTargetProperties() protected method

Applies the target properties.
protected ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void
target Windows.UI.Xaml.DependencyObject The target.
animation Windows.UI.Xaml.Media.Animation.Storyboard The animation.
return void

Property Details

AxisOfFlipProperty public static property

AxisOfFlip Dependency Property
public static DependencyProperty,Windows.UI.Xaml AxisOfFlipProperty
return Windows.UI.Xaml.DependencyProperty

DirectionProperty public static property

Direction Dependency Property
public static DependencyProperty,Windows.UI.Xaml DirectionProperty
return Windows.UI.Xaml.DependencyProperty