13 lines
498 B
XML
13 lines
498 B
XML
<RichTextBox x:Class="Icon_Tooltip"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
BorderThickness="0"
|
|
Width="200"
|
|
Margin="5">
|
|
<FlowDocument>
|
|
<Paragraph FontSize="20">Icon</Paragraph>
|
|
<Paragraph FontSize="14">The software logo icon.
|
|
If clicked opens the AboutBox.</Paragraph>
|
|
</FlowDocument>
|
|
</RichTextBox>
|