# C1.WPF.RichTextBox.C1Line.Next

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_RichTextBox_C1Line_Next_" data-uid="C1.WPF.RichTextBox.C1Line.Next*">Next Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_RichTextBox_C1Line_Next_" data-uid="C1.WPF.RichTextBox.C1Line.Next*"></a>
<h4 id="C1_WPF_RichTextBox_C1Line_Next" data-uid="C1.WPF.RichTextBox.C1Line.Next">Next</h4>
<div class="markdown level1 summary"><p>Gets the next line in the same <a class="xref" href="C1.WPF.RichTextBox.C1FlowView.html">C1FlowView</a>, or null if it is the last.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1Line Next { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property [Next] As C1Line</code></pre>
</div>
</div>
