C# Class XboxMediaRemote.Core.Controls.PlaceholderImage

Inheritance: Windows.UI.Xaml.Controls.ContentControl
Show file Open project: nigel-sampson/xbox-media-remote

Public Properties

Property Type Description
SourceProperty Windows.UI.Xaml.DependencyProperty
StretchProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
PlaceholderImage ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
HideImage ( ) : void
OnBitmapImageLoaded ( object sender, RoutedEventArgs e ) : void
OnSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnSourceChanged ( ImageSource oldValue, ImageSource newValue ) : void
ShowImage ( ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

PlaceholderImage() public method

public PlaceholderImage ( ) : System
return System

Property Details

SourceProperty public static property

public static DependencyProperty,Windows.UI.Xaml SourceProperty
return Windows.UI.Xaml.DependencyProperty

StretchProperty public static property

public static DependencyProperty,Windows.UI.Xaml StretchProperty
return Windows.UI.Xaml.DependencyProperty