-1
嗨我想改變點擊事件的按鈕顏色。 Plaese幫我解決這個問題wpf按鈕背景變化
這是我的代碼:
<Button Content="Start"
Command="{Binding DataContext.StartCounterCommand, ElementName=dgTemplate1}"
CommandParameter="{Binding SelectedItem, ElementName=dgTemplate1}" />
如果您可以建議更改按鈕的內容..這將對我更有幫助 – Dezzlar
..什麼是「這個」問題? – niksofteng
您是否嘗試將backgroundcolor綁定到viewmodel中的另一個屬性?並在您的命令中更改該屬性。 – schlonzo