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
<RichTextBlock> | |
<Paragraph> | |
<InlineUIContainer> | |
<StackPanel> | |
<TextBlock Text="Some text here" /> | |
<HyperlinkButton x:Name="ReadMoreLink" Content="READ MORE" Click="HyperlinkButton_Click_1" /> | |
<TextBlock x:Name="HiddenText" Text="Some other text" Visibility="Collapsed" /> | |
</StackPanel> | |
</InlineUIContainer> | |
</Paragraph> |