C# Class BaconographyWP8.Common.Transitions

Show file Open project: Synergex/Baconography

Public Methods

Method Description
UseMoveDownInTransition ( UIElement element ) : void
UseMoveDownOutTransition ( UIElement element ) : void

Set the Turnstile transition for this UIElement

Method Details

UseMoveDownInTransition() public static method

public static UseMoveDownInTransition ( UIElement element ) : void
element System.Windows.UIElement
return void

UseMoveDownOutTransition() public static method

Set the Turnstile transition for this UIElement
public static UseMoveDownOutTransition ( UIElement element ) : void
element System.Windows.UIElement
return void