Documents for PDF, .NET Edition Documentation
Inlines Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : Inlines Property
Gets the list of inline elements derived from Inline, such as TextRun and LineBreak.
Syntax
'Declaration
 
Public ReadOnly Property Inlines As System.Collections.Generic.List(Of Inline)
public System.Collections.Generic.List<Inline> Inlines {get;}
See Also

Reference

TextLayout Class
TextLayout Members