How do I retrieve the theme colour of Windows?

前端 未结 2 411
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 05:18

I would like to have a way to get the theme colour of the users Windows theme with WPF or C# code-behind. And with this colour I mean the one that can be set in Personal

2条回答
  •  北海茫月
    2021-01-01 05:30

    The theme you see on Windows is based on Glass. You have to use a glass in your application to get the same effect.

提交回复
热议问题