Monday, 24 February 2014

Steve wants to create a Windows Store app that displays the message, My First Windows Store App, on the interface. Help Steve to accomplish this task.

Steve wants to create a Windows Store app that displays the message, My First Windows Store
App, on the interface. Help Steve to accomplish this task.

Solution;


<TextBlock HorizontalAlignment="Left" Height="137" Margin="109,100,0,0"
TextWrapping="Wrap" VerticalAlignment="Top" Width="946" FontSize="72"
Text="My FirstWindows Store App"/>

No comments:

Post a Comment