How to leave a responsive background in C #?

-1

How do I relate background_image to window size?

Example:     It defines my background image, but by changing the size of the window (minimizing) the image gets "incomplete", and does not follow the edges acting as much as independent.

    
asked by anonymous 28.05.2017 / 14:38

1 answer

1

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

    
28.05.2017 / 14:59