Hello fellow programmers.
I have a question, that can I change imageBrush ImageSource? If I can, then how does it do that, I have tried many options and none of them seems not to work.
<Path x:Name="PathImage">
<Path.Fill>
<ImageBrush ImageSource="pic1.png"/>
</Path.Fill>
</Path>