-5

How to change WPF Calendar Month and Year color .Header color

k07
  • 3
  • 1
  • Tried anything? Googled a bit? Some code already working? – MakePeaceGreatAgain Feb 19 '16 at 06:46
  • Where do you display this Date ? Have you already tried to code sth ? – Felix D. Feb 19 '16 at 08:30
  • It is calendar control .I used selecteddate to get the date.My issue is change the header Month and Year color. I used WPF calendar control.Please help me to solve this . – k07 Feb 19 '16 at 09:11
  • "Do this for me" requests are not really welcome here. What exactly did you try to solve your problem and what exactly stopped you? – icebat Feb 19 '16 at 09:50

1 Answers1

0

Your answer lies in the ControlTemplate of the DatePicker Control

You can find How to get default Control Template of a control in Visual Stuidio

And then customize it to fit your needs

I also read that it was possible (and easier) with Blend

Community
  • 1
  • 1
Lionel Pire
  • 338
  • 2
  • 11