C# 클래스 Lousy.Mon.FadeAnimator

상속: AbstractDoubleAnimator
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

공개 메소드들

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

Sets the opacity to 0 immediately, before the animation activates.

보호된 메소드들

메소드 설명
CreateAnimation ( ) : Timeline

메소드 상세

CreateAnimation() 보호된 메소드

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

FadeAnimator() 공개 메소드

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

InstantlyFrom() 공개 메소드

Sets the opacity to 0 immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : FadeAnimator
fromValue double
리턴 FadeAnimator