0
我想按代碼按鈕單擊命令編程,但我不知道如何做到這一點。在Windows Phone 7中的按鈕命令
我想要的東西就像點擊按鈕時它會做一些事情。
下面是我的按鈕的代碼:
HyperlinkButton viewButton =新HyperlinkButton();
viewButton.Margin = new Thickness(-150, 20, 0, 0);
viewButton.Width = 100;
viewButton.Height = 50;
viewButton.Name = songTitle;
viewButton.Background = new ImageBrush { ImageSource = new BitmapImage(new Uri("/AlarmClock;component/Images/music_note.png", UriKind.Relative)) };
viewButton.FontSize = 30;