Advertisement
Guest User

MainView.ux

a guest
Nov 28th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <App xmlns:b="Outracks.UIThemes.MobileBlue" ux:ClassName="MainView" ClearColor="1, 1, 1, 1">
  2.   <b:MobileBlueStyle  />
  3.     <StackPanel>
  4.         <TextBlock Text="Foo" ux:Name="Foo" FontSize="40" TextColor="1,0,0,1">
  5.             <Translation X="0" ux:Name="FooTranslation"/>
  6.         </TextBlock>
  7.     </StackPanel>
  8. </App>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement