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/b127217ab53c6a155f869d98e60a832b to your computer and use it in GitHub Desktop.
Save luismts/b127217ab53c6a155f869d98e60a832b to your computer and use it in GitHub Desktop.
...
new Entry { Placeholder = "Sigueme en las redes @luismatosluna", Keyboard = Keyboard.Numeric,
Margin = myMargin, HeightRequest = 20 }
.Grid.Row(2) .Grid.ColumnSpan(2)
.Bind(nameof(vm.RegistrationCode), BindingMode.TwoWay),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment