Paragraph.Inlines Property

Definition

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.

Applies to