diff --git a/Sample Applications/WPFGallery/Views/Text/HyperlinkPage.xaml b/Sample Applications/WPFGallery/Views/Text/HyperlinkPage.xaml index e0489be5..7b591a2d 100644 --- a/Sample Applications/WPFGallery/Views/Text/HyperlinkPage.xaml +++ b/Sample Applications/WPFGallery/Views/Text/HyperlinkPage.xaml @@ -22,10 +22,10 @@ + XamlCode="<TextBlock Margin="20"> <Hyperlink NavigateUri="https://www.microsoft.com" RequestNavigate="Hyperlink_RequestNavigate"> Microsoft </Hyperlink> </TextBlock>"> - Hyperlink + Microsoft