Answers for "how to add background image in wpf application"

1

how to add background image in wpf application

<Window.Background>
  <ImageBrush ImageSource="/Images/sahara.jpg" Stretch="Fill" />
</Window.Background>
Posted by: Guest on December-24-2020

Code answers related to "how to add background image in wpf application"

Browse Popular Code Answers by Language