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?

image

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

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Editing Python Class in Shell and SQLAlchemy -

java - JavaFX WebEngine Video Playback in Linux -