C# Class _2048_UWP.Tile

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: YouthLin/2048UWP Class Usage Examples

Public Methods

Method Description
Appera ( ) : void
SetBackground ( ) : void
SetCenterXY ( double x, double y ) : void
SetText ( ) : void
Tile ( ) : System
Zoom ( ) : void

Method Details

Appera() public method

public Appera ( ) : void
return void

SetBackground() public method

public SetBackground ( ) : void
return void

SetCenterXY() public method

public SetCenterXY ( double x, double y ) : void
x double
y double
return void

SetText() public method

public SetText ( ) : void
return void

Tile() public method

public Tile ( ) : System
return System

Zoom() public method

public Zoom ( ) : void
return void