# C1.C1Preview.RenderObject.LayoutChangeBefore

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderObject_LayoutChangeBefore_" data-uid="C1.C1Preview.RenderObject.LayoutChangeBefore*">LayoutChangeBefore Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderObject_LayoutChangeBefore_" data-uid="C1.C1Preview.RenderObject.LayoutChangeBefore*"></a>
<h4 id="C1_C1Preview_RenderObject_LayoutChangeBefore" data-uid="C1.C1Preview.RenderObject.LayoutChangeBefore">LayoutChangeBefore</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a> object
defining the change of page layout that will occur before the current object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutChangeBase LayoutChangeBefore { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LayoutChangeBefore As LayoutChangeBase</code></pre>
</div>
<h5 id="C1_C1Preview_RenderObject_LayoutChangeBefore_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p><a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a> is an abstract class.
Instances of the following non-abstract classes derived from it can be assigned to this property:</p>
<ul><li><span class="term"><a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a></span>Does not insert a break. Provides the ability to change page layout for the next page without interrupting the current flow.</li><li><span class="term"><a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a></span>Inserts a line break in the inline flow. Does not break the block flow.</li><li><span class="term"><a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.html">LayoutChangeNewColumn</a></span>Starts a new column in a multi-column layout, or a new page otherwise.</li><li><span class="term"><a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a></span>Starts a new page.</li></ul>
</div>
</div>
