Guest User

Untitled

a guest
Jan 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <StackPanel
  2. x:Name="TitlePanel"
  3. Grid.Row="0"
  4. Margin="12,17,0,28">
  5. <TextBlock
  6. x:Name="ApplicationTitle"
  7. Text="MY APPLICATION"
  8. Style="{StaticResource PhoneTextNormalStyle}" />
  9. <TextBlock
  10. x:Name="PageTitle"
  11. Text="page name"
  12. Margin="9,-7,0,0"
  13. Style="{StaticResource PhoneTextTitle1Style}" />
  14. </StackPanel>
Add Comment
Please, Sign In to add comment