C# Class TiledBackgroundControl.TiledBackground

Modified from solution which described in http://www.codeproject.com/Tips/777534/Tiled-Background-for-Windows-Store-Applications
Inheritance: Windows.UI.Xaml.Controls.Panel
Mostra file Open project: Myfreedom614/UWP-Samples

Public Properties

Property Type Description
BackgroundImageProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
TiledBackground ( ) : System

Private Methods

Method Description
BackgroundImageChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
CreateBackgroud ( int width, int height ) : byte[]
DesignDataChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnBackgroundImageChanged ( ) : void
OnDesignDataChanged ( ) : void
RebuildTileImageData ( ) : System.Threading.Tasks.Task
Render ( int width, int height ) : System.Threading.Tasks.Task
TiledBackground_SizeChanged ( object sender, SizeChangedEventArgs e ) : void

Method Details

TiledBackground() public method

public TiledBackground ( ) : System
return System

Property Details

BackgroundImageProperty public_oe static_oe property

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