Skip to content

Commit e61f17d

Browse files
committed
[Toolkit.Samples] Change ModelRendering on WP8 to use DrawingSurface instead of DrawingBackgroundSurface
1 parent 52182b4 commit e61f17d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Samples/Toolkit/WP8/ModelRendering.DrawingSurface/MainPage.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
SupportedOrientations="Portrait" Orientation="Portrait"
1414
shell:SystemTray.IsVisible="False">
1515

16-
<DrawingSurfaceBackgroundGrid x:Name="DrawingSurface" />
16+
<!--LayoutRoot is the root grid where all page content is placed-->
17+
<Grid x:Name="LayoutRoot" Background="Transparent">
18+
<DrawingSurface x:Name="DrawingSurface" />
19+
</Grid>
1720

1821
</phone:PhoneApplicationPage>

0 commit comments

Comments
 (0)