Mega Code Archive

 
Categories / C# / WPF
 

FlowDocument with Figure xaml

<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">   <Paragraph FontSize="22" FontWeight="Bold">Chapter 1</Paragraph>   <Paragraph FontSize="35" FontWeight="Bold">Why WPF?</Paragraph>   <Paragraph>     <Figure Width="130">       <BlockUIContainer>         <Image Source="c:\image.png"/>       </BlockUIContainer>     </Figure>     test   </Paragraph> </FlowDocument>