iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
System: windows 7 64bit, VS 2010 Ultimate, Silverlight + WCF Ria Services V1.0
In the Silverlight ClientUI Desktop Application, what is best method to change the MainPage wallpaper background by a corporate wallpaper, seems that this can be done via Expression Blend, but I am not sure if I take the correct steps.
Hello,
There are some possible ways to use that. You can use Visual Studio or Blend. In order to do that you only need to set in Background properties. e.g
<Grid x:Name="LayoutRoot"> <Grid.Background> <ImageBrush ImageSource="/ClientUIDesktopApp1;MyImages.png" /> </Grid.Background> </Grid>
<Grid x:Name="LayoutRoot" > <Image Name="image1" Stretch="Fill" Source="/ClientUIDesktopApp1;MyImages.png" /> </Grid>
Hope this helps.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname