RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Paragraph Class / NextSibling Property

In This Topic
    NextSibling Property (C1Paragraph)
    In This Topic
    Gets the next sibling of this element, or null if this is the last child.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NextSibling As C1TextElement
    public C1TextElement NextSibling {get;}
    See Also