Company Logo on form in background
Hi all
I would like to put a company logo in center of form...almost like a watermark
Is this possible...like to make it a default...used to use it in .net just image on form
I am struggling doing this with WPF form with Tables to help me layout form
cheers
George
Re: Company Logo on form in background
Hello,
The Canvas has a Background property, which you can use an ImageBrush with, which should give you what you need:
http://msdn.microsoft.com/en-us/libr...ackground.aspx
Gary
Re: Company Logo on form in background
Opacity, with grid and white background