xaml:
<Ellipse x:Name="el" Width="200" Height="200"> <Ellipse.Fill> <ImageBrush x:Name="img" ImageSource="Image.jpg"/> </Ellipse.Fill> </Ellipse>
How can I transfer another image in c # code? And as I know it is possible that xaml himself accessed the code where he took the image, can you tell me how?