I use WPF , and I create an like this
<Image Name="imageName" Grid.Row="0" Source="r.jpg" />
but with c# when I try to access this image and write imageName, sometimes I can not see anything why?
I use WPF , and I create an like this
<Image Name="imageName" Grid.Row="0" Source="r.jpg" />
but with c# when I try to access this image and write imageName, sometimes I can not see anything why?