# C1.Web.Mvc.FlowLayout

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FlowLayout" data-uid="C1.Web.Mvc.FlowLayout" class="text-break">FlowLayout Class
</h1>
  <div class="markdown level0 summary"><p>Defines a class represents the flow layout.</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.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Service</span></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.LayoutBase.html">LayoutBase</a></div>
    <div class="level4"><span class="xref">FlowLayout</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_FlowLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlowLayout : LayoutBase, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlowLayout
    Inherits LayoutBase
    Implements IHtmlContent, ITemplate</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_Web_Mvc_FlowLayout__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_" data-uid="C1.Web.Mvc.FlowLayout.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper)">
          <a class="xref" href="C1.Web.Mvc.FlowLayout.-ctor.html#C1_Web_Mvc_FlowLayout__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_">FlowLayout(IHtmlHelper)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one FlowLayout instance.</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_Web_Mvc_FlowLayout_Direction" data-uid="C1.Web.Mvc.FlowLayout.Direction">
          <a class="xref" href="C1.Web.Mvc.FlowLayout.Direction.html#C1_Web_Mvc_FlowLayout_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of the flow layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlowLayout_Items" data-uid="C1.Web.Mvc.FlowLayout.Items">
          <a class="xref" href="C1.Web.Mvc.FlowLayout.Items.html#C1_Web_Mvc_FlowLayout_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tile collection in this layout.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
