# C1.WPF.Core.C1WrapPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_C1WrapPanel" data-uid="C1.WPF.Core.C1WrapPanel" class="text-break">C1WrapPanel Class
</h1>
  <div class="markdown level0 summary"><p>Positions child elements sequentially from top to bottom or from right to left, depending on the value of the <a class="xref" href="C1.WPF.Core.C1WrapPanel.Orientation.html#C1_WPF_Core_C1WrapPanel_Orientation">Orientation</a> property.</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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.panel">Panel</a></div>
    <div class="level5"><span class="xref">C1WrapPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_C1WrapPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1WrapPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1WrapPanel
    Inherits Panel
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable</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_WPF_Core_C1WrapPanel__ctor" data-uid="C1.WPF.Core.C1WrapPanel.#ctor">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.-ctor.html#C1_WPF_Core_C1WrapPanel__ctor">C1WrapPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Core.C1WrapPanel.html">C1WrapPanel</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_BreakLineProperty" data-uid="C1.WPF.Core.C1WrapPanel.BreakLineProperty">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.BreakLineProperty.html">BreakLineProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the BreakLine attached property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_ItemHeightProperty" data-uid="C1.WPF.Core.C1WrapPanel.ItemHeightProperty">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.ItemHeightProperty.html">ItemHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1WrapPanel.ItemHeight.html#C1_WPF_Core_C1WrapPanel_ItemHeight">ItemHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_ItemWidthProperty" data-uid="C1.WPF.Core.C1WrapPanel.ItemWidthProperty">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.ItemWidthProperty.html">ItemWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1WrapPanel.ItemWidth.html#C1_WPF_Core_C1WrapPanel_ItemWidth">ItemWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_OrientationProperty" data-uid="C1.WPF.Core.C1WrapPanel.OrientationProperty">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1WrapPanel.Orientation.html#C1_WPF_Core_C1WrapPanel_Orientation">Orientation</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_IsDisposed" data-uid="C1.WPF.Core.C1WrapPanel.IsDisposed">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.IsDisposed.html#C1_WPF_Core_C1WrapPanel_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_ItemHeight" data-uid="C1.WPF.Core.C1WrapPanel.ItemHeight">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.ItemHeight.html#C1_WPF_Core_C1WrapPanel_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the height of all items that are contained within the panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_ItemWidth" data-uid="C1.WPF.Core.C1WrapPanel.ItemWidth">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.ItemWidth.html#C1_WPF_Core_C1WrapPanel_ItemWidth">ItemWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the width of all items that are contained within the panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_Orientation" data-uid="C1.WPF.Core.C1WrapPanel.Orientation">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.Orientation.html#C1_WPF_Core_C1WrapPanel_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the dimension by which child elements are stacked.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Core.C1WrapPanel.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.ArrangeOverride.html#C1_WPF_Core_C1WrapPanel_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_Dispose" data-uid="C1.WPF.Core.C1WrapPanel.Dispose">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.Dispose.html#C1_WPF_Core_C1WrapPanel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_Dispose_System_Boolean_" data-uid="C1.WPF.Core.C1WrapPanel.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.Dispose.html#C1_WPF_Core_C1WrapPanel_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_Finalize" data-uid="C1.WPF.Core.C1WrapPanel.Finalize">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.Finalize.html#C1_WPF_Core_C1WrapPanel_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Core.C1WrapPanel.html">C1WrapPanel</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_GetBreakLine_System_Windows_FrameworkElement_" data-uid="C1.WPF.Core.C1WrapPanel.GetBreakLine(System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.GetBreakLine.html#C1_WPF_Core_C1WrapPanel_GetBreakLine_System_Windows_FrameworkElement_">GetBreakLine(FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the BreakLine attached property for the
specified element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Core.C1WrapPanel.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.MeasureOverride.html#C1_WPF_Core_C1WrapPanel_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_OnApplyTemplate" data-uid="C1.WPF.Core.C1WrapPanel.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.OnApplyTemplate.html#C1_WPF_Core_C1WrapPanel_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1WrapPanel_SetBreakLine_System_Windows_FrameworkElement_C1_WPF_Core_BreakLine_" data-uid="C1.WPF.Core.C1WrapPanel.SetBreakLine(System.Windows.FrameworkElement,C1.WPF.Core.BreakLine)">
          <a class="xref" href="C1.WPF.Core.C1WrapPanel.SetBreakLine.html#C1_WPF_Core_C1WrapPanel_SetBreakLine_System_Windows_FrameworkElement_C1_WPF_Core_BreakLine_">SetBreakLine(FrameworkElement, BreakLine)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the BreakLine attached property for the
specified element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
