C# Class 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.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Свойство Type Description
PlaceHolderProperty Windows.UI.Xaml.DependencyProperty
SourceProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
AnimatedImage ( ) : Windows.UI.Xaml

The constructor.

Private Methods

Méthode Description
LoadImage ( ) : void
OnSourceChanged ( ) : void
SourcePropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

AnimatedImage() public méthode

The constructor.
public AnimatedImage ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml

Property Details

PlaceHolderProperty public_oe static_oe property

The dependency property for the placeholder.
public static DependencyProperty,Windows.UI.Xaml PlaceHolderProperty
Résultat Windows.UI.Xaml.DependencyProperty

SourceProperty public_oe static_oe property

The dependency property for the image source.
public static DependencyProperty,Windows.UI.Xaml SourceProperty
Résultat Windows.UI.Xaml.DependencyProperty