Browse Source

Update from-wpf.md

Small typo in sample.
pull/1042/head
Matthijs ter Woord 9 years ago
committed by GitHub
parent
commit
bf2a363ef6
  1. 2
      docs/tutorial/from-wpf.md

2
docs/tutorial/from-wpf.md

@ -33,7 +33,7 @@ placed in a `DataTemplates` collection on each control (and on `Application`):
<TextBox Text="{Binding Name}"/>
</Border>
</DataTemplate>
</UserControl.Styles>
</UserControl.DataTemplates>
<!-- Assuming that DataContext.Foo is an object of type
MyApp.ViewModels.FooViewModel then a red border with a corner
radius of 8 containing a TextBox will be displayed here -->

Loading…
Cancel
Save