我很頭痛,試圖在鼠標移過它時改變按鈕的默認行爲。下面是部分代碼: (我省略的代碼,各種面板,並只保留代碼感興趣的面板) <Window.Resources>
<Style x:Key="leftPanelButtons" TargetType="{x:Type Button}">
.... various setters go here ....
<Setter
我正在爲我的WPF應用程序創建一個自定義控件。這是我的代碼: MainWindow.xaml.cs: public sealed class MainTimer : FrameworkElement
{
public DispatcherTimer Timer = new DispatcherTimer();
public MainTimer()
{