Tagged Questions
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. ...