Note that there are some explanatory texts on larger screens.

plurals
  1. POcant change background image of an usercontrol in WP7
    primarykey
    data
    text
    <p>I'm developing a windows phone application. I'm new in WP7 app development. In my app I'm using an usercontrol and I have changed it's background image through following process shown in my code. But the background image is not changing. Can anyone help me ? Here is my code snippet : </p> <pre><code>&lt;Grid&gt; &lt;Image Source="\assests\backgroungimages\appBackground2.jpg" Stretch="UniformToFill"/&gt; &lt;StackPanel x:Name="LayoutRoot" Width="480" Height="306" Background="Black"&gt; &lt;TextBlock x:Name="ApplicationTitle" Text="Sign In" Style="{StaticResource PhoneTextNormalStyle}" Foreground="#CBF7FA" FontSize="30"/&gt; &lt;toolkit:PhoneTextBox Hint="UserName" Name="txtUsername" Width="auto" HintStyle="{StaticResource HintCustomStyle}"&gt;&lt;/toolkit:PhoneTextBox&gt; &lt;toolkit:PhoneTextBox Hint="Password" Name="txtPassword" Width="auto" HintStyle="{StaticResource HintCustomStyle}"&gt;&lt;/toolkit:PhoneTextBox&gt; &lt;Grid&gt; &lt;Grid.ColumnDefinitions&gt; &lt;ColumnDefinition/&gt; &lt;ColumnDefinition/&gt; &lt;/Grid.ColumnDefinitions&gt; &lt;Grid.RowDefinitions&gt; &lt;RowDefinition/&gt; &lt;/Grid.RowDefinitions&gt; &lt;Button Content="Sign In" Name="btnSignIn" Width="auto" Grid.Column="0" Grid.Row="0"&gt; &lt;Button.Background&gt; &lt;ImageBrush ImageSource="\assests\backgroungimages\btnImage.jpg" Stretch="UniformToFill"&gt;&lt;/ImageBrush&gt; &lt;/Button.Background&gt; &lt;/Button&gt; &lt;Button Content="Cancel" Name="btnCancel" Width="auto" Grid.Column="1" Grid.Row="0"&gt; &lt;Button.Background&gt; &lt;ImageBrush ImageSource="\assests\backgroungimages\btnImage.jpg" Stretch="UniformToFill"&gt;&lt;/ImageBrush&gt; &lt;/Button.Background&gt; &lt;/Button&gt; &lt;/Grid&gt; &lt;/StackPanel&gt; &lt;/Grid&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload