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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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