Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have doubt please help me.

I have 4 images in one window..if i click on image that image should be set as background image to the another window using wpf?

any one have idea..?

thanks in advance..
Posted

1 solution

HTML
<window ...="">
  <grid>
    <image stretch="Uniform" source="myBackgroupImage.jpg" />

    <MyContent/>
  </grid>
</window>
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900