Image is placed inside smaller UI elements, which intentionally hides/crops a portion of the image.Upon rotation of Suface RT, the image disappears, but the border surrounding it is visible in the proper rotation. (Does not affect simulator, only the real Surface RT, have not tried Surface Pro.)The image reappears simply by opening an app bar. In other projects, simply moving or resizing the outer grid also causes the image to reappear.Partial listing, see sample uploaded project for full details: <Grid Style="{StaticResource LayoutRootStyle}"> <Canvas Visibility="Visible" x:Name="ContentCanvas"> <Grid > <Border x:Name="MyBorder" Opacity="1" BorderBrush="Blue" BorderThickness="1" Height="300" Width="300" > <ContentControl x:Name="MyContent" Height="300" Width="300" VerticalAlignment="Top"> <Canvas> <Image Visibility="Visible" x:Name="myImage" Source="Assets/t500.png"/> </Canvas> </ContentControl> </Border> </Grid> </Canvas >...</Grid>
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results