[Windows Phone 8 Tut] Thay đổi Background Button Bằng Code C#
Tut thay đổi BackGround của Control (ex: Button) Bằng code C#
Khai báo thư viện Media thì mới sử dụng được:
using System.Windows.Media;
ImageBrush background = new ImageBrush();
background.ImageSource = new System.Windows.Media.Imaging.BitmapImage(new Uri(@"SplashScreenImage.jpg", UriKind.Relative));
Button1.Background = background;
[Windows Phone 8 Tut] Thay đổi Background Button Bằng Code C#
Reviewed by Nguyen Nam
on
4/03/2014
Rating:
Không có nhận xét nào: