# C1.C1Preview.LayoutChangeNewColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_LayoutChangeNewColumn" data-uid="C1.C1Preview.LayoutChangeNewColumn" class="text-break">LayoutChangeNewColumn Class
</h1>
  <div class="markdown level0 summary"><p>Describes layout-related changes associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
When an instance of this class is assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a>
or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a> on that object,
a column break is inserted before of after that object,
and layout changes described by the instance are applied.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a></div>
    <div class="level2"><span class="xref">LayoutChangeNewColumn</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_LayoutChangeNewColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutChangeNewColumn : LayoutChangeBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutChangeNewColumn
    Inherits LayoutChangeBase
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewColumn__ctor" data-uid="C1.C1Preview.LayoutChangeNewColumn.#ctor">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.-ctor.html#C1_C1Preview_LayoutChangeNewColumn__ctor">LayoutChangeNewColumn()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a></div>
      <div><a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a></div>
      <div><a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a></div>
      <div><a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a></div>
  </div>

</div>
