Last active
December 10, 2019 14:54
-
-
Save luismts/b127217ab53c6a155f869d98e60a832b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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