For a button image like below how do i change the source of the image on button click
<Button Name="btnFullScreen" Width="32" Height="32" Click="BtnFullScreenClick">
<Image Source="img/fs.png" Stretch="Fill"></Image>
</Button>
there doesn’t seem to be a property like btnFullscreen.Controls (I come from asp.net background hence)
You have
Contentproperty.