xaml - Change the checkbox mark color in windows phone 8 -
My app uses dark background, I change the border of the checkbox with the border, but I want to change its color There is no attribute for the checkbox inside the mark, then a solution?
You have some options. If we check the glyph path
, then the check mark fills in
to CheckBoxforegroundThemeBrush
, which you can change at the template level. Or at the resource level where you get the resource announcement Or you can change it at the human level.
Hope it helps, Cheers.
Comments
Post a Comment