Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active February 27, 2020 16:28
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 MartinZikmund/7e340da07ab62b67ef9c96b10d5ea80a to your computer and use it in GitHub Desktop.
Save MartinZikmund/7e340da07ab62b67ef9c96b10d5ea80a to your computer and use it in GitHub Desktop.
<StackPanel x:DefaultBindMode="TwoWay">
<TextBox Header="First name" Text="{x:Bind ViewModel.FirstName}" />
<TextBox Header="Last name" Text="{x:Bind ViewModel.LastName}" />
<CheckBox Content="Is subscribed" IsChecked="{x:Bind ViewModel.IsSubscribed}" />
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment