C# Class WinRTXamlToolkit.Controls.WipeAnimation

Animation used in WipeTransition that reveals the page using a clip rectangle animation.
Inheritance: PageTransitionAnimation
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
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
OnSliderValueChanged ( object sender, RangeBaseValueChangedEventArgs e ) : 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

DirectionProperty public_oe static_oe property

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