C# 클래스 Lousy.Mon.HeightAnimator

A frontend for animating the height of a UIElement
상속: AbstractDoubleAnimator
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

공개 메소드들

메소드 설명
HeightAnimator ( UIElement elem ) : System
InstantlyFrom ( double fromValue ) : HeightAnimator

Sets the height immediately, before the animation activates.

보호된 메소드들

메소드 설명
CreateAnimation ( ) : Timeline

메소드 상세

CreateAnimation() 보호된 메소드

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

HeightAnimator() 공개 메소드

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

InstantlyFrom() 공개 메소드

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