C# 클래스 TiledBackgroundControl.TiledBackground

Modified from solution which described in http://www.codeproject.com/Tips/777534/Tiled-Background-for-Windows-Store-Applications
상속: Windows.UI.Xaml.Controls.Panel
파일 보기 프로젝트 열기: Myfreedom614/UWP-Samples

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundImageProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
TiledBackground ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

TiledBackground() 공개 메소드

public TiledBackground ( ) : System
리턴 System

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml BackgroundImageProperty
리턴 Windows.UI.Xaml.DependencyProperty