I am setting the BackgroundImage
of a Windows Form to a 200 x 200 image. The Form is 500 x 500. I want the image to be anchored in the bottom right corner of the form. However the only option available to me is the BackgroundImageLayout
property - setting this to 'None' results in the image being anchored to the top left. How can I change this?
Note: I am using .NET 2.0