topical media & game development
professional-xml-26-Listing-26-7.txt / txt
<Window x:Class="XAML_Example.MyDocument"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="XAML_Example" Height="450" Width="800"
>
<Grid>
<FlowDocumentReader Margin="5,5,5,5" Name="flowDocumentReader1">
<FlowDocument>
<Paragraph>
<Italic><Bold>This is the title of the document</Bold></Italic>
</Paragraph>
<Paragraph>
This is the start of the document ...
</Paragraph>
<BlockUIContainer>
<RichTextBox Name="richTextBox11" />
</BlockUIContainer>
</FlowDocument>
</FlowDocumentReader>
</Grid>
</Window>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.