Last active
December 10, 2019 14:54
-
-
Save luismts/a93a5fd8fe64e3c3c18e419fd5013d0d 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 } | |
.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