C# Class Lousy.Mon.HeightAnimator

A frontend for animating the height of a UIElement
Inheritance: AbstractDoubleAnimator
ファイルを表示 Open project: ThatLousyGuy/Monolith

Public Methods

Method Description
HeightAnimator ( UIElement elem ) : System
InstantlyFrom ( double fromValue ) : HeightAnimator

Sets the height immediately, before the animation activates.

Protected Methods

Method Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected method

protected CreateAnimation ( ) : Timeline
return Windows.UI.Xaml.Media.Animation.Timeline

HeightAnimator() public method

public HeightAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
return System

InstantlyFrom() public method

Sets the height immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : HeightAnimator
fromValue double
return HeightAnimator