Skip to content

Instantly share code, notes, and snippets.

@luismts
Last active December 10, 2019 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luismts/a93a5fd8fe64e3c3c18e419fd5013d0d to your computer and use it in GitHub Desktop.
Save luismts/a93a5fd8fe64e3c3c18e419fd5013d0d to your computer and use it in GitHub Desktop.
...
new Entry { Placeholder = "Sigueme en las redes @luismatosluna", Keyboard = Keyboard.Numeric }
.Grid.Row(2) .Grid.ColumnSpan(2) .Margin(myMargin) .Height(20)
.Bind(nameof(vm.RegistrationCode), BindingMode.TwoWay),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment