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
Afficher le fichier Open project: Myfreedom614/UWP-Samples

Méthodes publiques

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

Méthodes publiques

Méthode Description
TiledBackground ( ) : System

Private Methods

Méthode 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 méthode

public TiledBackground ( ) : System
Résultat System

Property Details

BackgroundImageProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackgroundImageProperty
Résultat Windows.UI.Xaml.DependencyProperty