Adam
Adam

Reputation: 55

Forms background re-sizing?

i was wondering if there is anyway to Re-size a Forms background Image according to how high and how wide the form is. A property or a code maybe?

Upvotes: 0

Views: 9186

Answers (1)

bytecode77
bytecode77

Reputation: 14880

You could set BackgroundImageLayout = ImageLayout.Stretch;

in either the Code or the Forms editor.

Upvotes: 4

Related Questions