Fix typo in DesignMode sample

This commit is contained in:
Antony Male 2016-02-26 14:35:37 +00:00
parent 069753b696
commit fc869b642a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<DockPanel>
<TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="10">
This demonstrates "just intellisense" design mode. The Visual Studio XAML designer will show intellisense for bindings
(try and modify the binding below, and see), but does display values from the ViewModel.
(try and modify the binding below, and see), but does not display values from the ViewModel.
</TextBlock>
<TextBlock DockPanel.Dock="Top" Text="{Binding TextBoxText}"/>