Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. section: {
  3. title: "Login",
  4. body: "This is your body!"
  5. }
  6. }
  7.  
  8. <Label HorizontalTextAlignment="Center"
  9. Text="{Binding Path=[section][body]}"
  10. x:Name="Body">
  11. </Label>
  12.  
  13. <Label HorizontalTextAlignment="Center"
  14. BindingContext="{Binding Path=[section]}"
  15. Text="{Binding Path=[body]}"
  16. x:Name="Body">
  17. </Label>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement