Ch37 Inline FlowDocument problem
Trying learn what Inline and FlowDocuments are. I am trying to execute the Inline example on Chapter 37 to display a <Paragraph FontWeight="Normal"><Span> <Span>Normal</Span></Span></Paragraph>.
As in the downloaded code, I added a FlowDocument but when I try to run the WPF Application I get nothing. Just a blank window. I have been trying to figure out how to load the FlowDocument file but the book does not say anything about this. The rest of the section has the same <Paragraph> examples, so I am pretty much stuck. Any help would be greatly appreciated.
|