C# 클래스 PhotoSharingApp.Universal.Views.AnimationHelper

Helper class for UI animations.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
FadeIn ( DependencyObject target ) : void

Fades in the given dependency object.

비공개 메소드들

메소드 설명
AnimateOpacity ( DependencyObject target, double from, double to ) : void

메소드 상세

FadeIn() 공개 정적인 메소드

Fades in the given dependency object.
public static FadeIn ( DependencyObject target ) : void
target Windows.UI.Xaml.DependencyObject The target dependency object to fade in.
리턴 void