-5

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 ?

leppie
  • 115,091
  • 17
  • 196
  • 297
user3693167
  • 783
  • 1
  • 9
  • 16

1 Answers1

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