I have made a C# wpf application using Mahapps with Visual Studio 2012. I have added a check box into it. I want to change the inner background color of the checkbox. How can I achieve it ?
Asked
Active
Viewed 2,899 times
1 Answers
1
You can change the appearance of your control by using the ControlTemplate of that control. Just modify it as per your requirement.
See this MSDN link.

Krishnraj Rana
- 6,516
- 2
- 29
- 36
-
Thank you. Where should I add that code ? – user3693167 Aug 01 '14 at 09:40
-
1First show your code. What you have done so far ?? – Krishnraj Rana Aug 01 '14 at 09:40