0
ボタンクリックコマンドをプログラムで使用しようとしていますが、その方法はわかりません。Windowsのボタンコマンド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;