Tagged Questions

2
votes
2answers
811 views

WPF Edit Resource

Hi is there any way to change a Resource brush from code or via some binding? what I want to do is change the color of my "main" brush when a button is clicked. Thanks a lot! Edit: Its a ...
0
votes
1answer
91 views

Brush to Brush Animation

i managed to find out how to make a wpf animation - transition between two colors. Its called ColorAnimation and works well. ColorAnimation animation = new ColorAnimation ...
0
votes
4answers
1k views

How do I combine brushes in WPF?

I have two brushes. I don't know wath type of brushes they are. They can be ImageBrushes, SolidBrushes or VisualBrushes. I have each in a variable of the "Brush" type. I need to combine two brushes. ...