Paragraph.Inlines Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an InlineCollection containing the top-level Inline elements that include the contents of the Paragraph.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Paragraph .../> -or- <Paragraph ...> oneOrMoreInlines </Paragraph> -or- <Paragraph ...> mixedContent </Paragraph>
XAML Values
Property Value
Type: System.Windows.Documents.InlineCollectionAn InlineCollection containing the Inline elements that include the contents of the Paragraph.
Use the InlineCollection returned by this property to enumerate or manipulate the contents of a Paragraph element.
Show: