FixedDocument


FixedDocumentHierarchy: DependencyObject FrameworkContentElement Document

     <FixedDocument         xmlns="http://schemas.microsoft.com/metro/2005/02/rp"         PageSize="8.5,11">         <PageContent Source="FixedPage1.xaml"/>         <PageContent Source="FixedPage2.xaml"/>         <PageContent Source="FixedPage3.xaml"/>     </FixedDocument> 

or:

     <FixedDocument         xmlns="http://schemas.microsoft.com/metro/2005/02/rp">         <FixedDocument.PageSize>             <Size Height="11" Width="8.5" />         </FixedDocument.PageSize>         <PageContent Source="FixedPage1.xaml"/>     </FixedDocument> 

<FixedDocument .../> hosts a fixed-format document with read access for user text selection, keyboard navigation, and search. The only allowable child element of FixedDocument is PageContent.

Attributes


PageSize (optional)

Sets the size of the page as described by a Size element or through inline markup of a Size


xmlns (required)

The namespace for the document to be loaded




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net