How to set BackColor of a CheckBox in WPF -
in winform can set backcolor of checkbox

how do in wpf? try
<checkbox content="checkbox" background="red"/> but changes rectangle border color

i try
<checkbox> <textblock text="checkbox" background="red"/> </checkbox> but changes text background color, not including rectangle

=======
thank solutions. think simplest way works me :)
if experiment little panels there:
<grid background="red" horizontalalignment="left"> <checkbox content="test" /> </grid> is pretty close want. tried myself ;-)
Comments
Post a Comment