C# 클래스 PhotoSharingApp.Universal.Controls.AnimatedImage

An image control that allows specifying a placeholder image and that fades in the actual image once it has been loaded.
상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 프로퍼티들

프로퍼티 타입 설명
PlaceHolderProperty Windows.UI.Xaml.DependencyProperty
SourceProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
AnimatedImage ( ) : Windows.UI.Xaml

The constructor.

비공개 메소드들

메소드 설명
LoadImage ( ) : void
OnSourceChanged ( ) : void
SourcePropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

메소드 상세

AnimatedImage() 공개 메소드

The constructor.
public AnimatedImage ( ) : Windows.UI.Xaml
리턴 Windows.UI.Xaml

프로퍼티 상세

PlaceHolderProperty 공개적으로 정적으로 프로퍼티

The dependency property for the placeholder.
public static DependencyProperty,Windows.UI.Xaml PlaceHolderProperty
리턴 Windows.UI.Xaml.DependencyProperty

SourceProperty 공개적으로 정적으로 프로퍼티

The dependency property for the image source.
public static DependencyProperty,Windows.UI.Xaml SourceProperty
리턴 Windows.UI.Xaml.DependencyProperty