Paragraph.Inlines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an InlineCollection containing the top-level Inline elements that include the contents of the Paragraph.
public:
property InlineCollection ^ Inlines { InlineCollection ^ get(); };
InlineCollection Inlines();
public InlineCollection Inlines { get; }
var inlineCollection = paragraph.inlines;
Public ReadOnly Property Inlines As InlineCollection
<Paragraph .../>
-or-
<Paragraph ...>
oneOrMoreInlines
</Paragraph>
-or-
<Paragraph ...>
mixedContent
</Paragraph>
Property Value
An InlineCollection containing the Inline elements that include the contents of the Paragraph.