C# 클래스 ZuneSocialTagger.GUI.Controls.PlaceImage

Class that makes it easy to display an image placeholder while a desired image loads.
상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: leetreveil/Zune-Social-Tagger

공개 프로퍼티들

프로퍼티 타입 설명
PlaceholderSourceProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty
StretchDirectionProperty System.Windows.DependencyProperty
StretchProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ImageOpenedOrDownloadCompleted void
OnSourcePropertyChanged void
OnSourcePropertyChanged void
UpdateBackImageVisibility void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Invoked when a new Template is applied.

PlaceImage ( ) : System

Initializes a new instance of the PlaceImage class.

비공개 메소드들

메소드 설명
ImageOpenedOrDownloadCompleted ( object sender, EventArgs e ) : void

Handles the ImageOpened or DownloadCompleted event for the front image.

OnSourcePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when the Source dependency property changes.

OnSourcePropertyChanged ( ImageSource oldValue, ImageSource newValue ) : void

Called when the Source dependency property changes.

UpdateBackImageVisibility ( ) : void

Updates the Visibility of the back image according to whether the front image is loaded.

메소드 상세

OnApplyTemplate() 공개 메소드

Invoked when a new Template is applied.
public OnApplyTemplate ( ) : void
리턴 void

PlaceImage() 공개 메소드

Initializes a new instance of the PlaceImage class.
public PlaceImage ( ) : System
리턴 System

프로퍼티 상세

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

Identifies the PlaceholderSource dependency property.
public static DependencyProperty,System.Windows PlaceholderSourceProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Source dependency property.
public static DependencyProperty,System.Windows SourceProperty
리턴 System.Windows.DependencyProperty

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

Identifies the StretchDirection dependency property.
public static DependencyProperty,System.Windows StretchDirectionProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Stretch dependency property.
public static DependencyProperty,System.Windows StretchProperty
리턴 System.Windows.DependencyProperty