Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AppendLine Method / AppendLine() Method

In This Topic
    AppendLine() Method
    In This Topic
    Adds a line break element to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Overloads Function AppendLine() As LineBreak
    public LineBreak AppendLine()

    Return Value

    The appended LineBreak.
    See Also