Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Inlines Property

In This Topic
    Inlines Property
    In This Topic
    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