1. 加入NuGet套件
2.加入Resources
打開App.xaml
3. 加入命名空间
開啟 MainWindow.xaml
加入
xmlns:hc="https://handyorg.github.io/handycontrol"
ㄘ
4. 加入Button 看是否成功引入。
更改按鈕顏色看看,加入Style
<Button Style="{StaticResource ButtonPrimary}" Content="測試Button"/>
Button 其他樣式或元件,請參考官網 : Handyorg