FigureStructure Class
Represents a drawing, chart, or diagram in a document.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
The following example shows use of the FigureStructure element as part of an XPS document. For the full sample, see Document Structure Sample.
<StoryFragment StoryName="DocumentBody" FragmentType="Content"> <SectionStructure> <TableStructure> <TableRowGroupStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R6C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R6C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> </TableRowGroupStructure> <TableRowGroupStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R7C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R7C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R8C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R8C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R9C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R9C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R10C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R10C2P1" /> </ParagraphStructure> <ParagraphStructure> <NamedElement NameReference="R10C2P2" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R11C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R11C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R12C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R12C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> </TableRowGroupStructure> </TableStructure> <ParagraphStructure> <NamedElement NameReference="Pg2Heading1" /> </ParagraphStructure> <ParagraphStructure> <NamedElement NameReference="Pg2P1" /> </ParagraphStructure> <ParagraphStructure> <NamedElement NameReference="Pg2P2" /> </ParagraphStructure> <FigureStructure> <NamedElement NameReference="Pg2Fig1" /> </FigureStructure> </SectionStructure> </StoryFragment>
System.Object
System.Windows.Documents.DocumentStructures.BlockElement
System.Windows.Documents.DocumentStructures.SemanticBasicElement
System.Windows.Documents.DocumentStructures.FigureStructure
System.Windows.Documents.DocumentStructures.BlockElement
System.Windows.Documents.DocumentStructures.SemanticBasicElement
System.Windows.Documents.DocumentStructures.FigureStructure
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.