How to make a background responsive in c#?

Asked

Viewed 198 times

-1

How to relate background_image to window size?

Example: Sets my background image, but by changing the window size (minimizing) the image becomes "incomplete", and does not follow the edges acting so much that independent.

  • You are programming for web or desktop?

  • To the Desktop using Winforms

1 answer

0


In Form you have a property BackgroundImageLayout see what your situation is. I imagine it will be Stretch

Browser other questions tagged

You are not signed in. Login or sign up in order to post.