# C1.Web.Mvc.Fluent.FlowTileBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FlowTileBuilder" data-uid="C1.Web.Mvc.Fluent.FlowTileBuilder" class="text-break">FlowTileBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FlowTile.html">FlowTile</a>.</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"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlowTile.html">FlowTile</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.html">FlowTileBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.html">TileBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlowTile.html">FlowTile</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.html">FlowTileBuilder</a>&gt;</div>
    <div class="level4"><span class="xref">FlowTileBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_FlowTileBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlowTileBuilder : TileBuilder&lt;FlowTile, FlowTileBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlowTileBuilder
    Inherits TileBuilder(Of FlowTile, FlowTileBuilder)</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_Fluent_FlowTileBuilder__ctor_C1_Web_Mvc_FlowTile_" data-uid="C1.Web.Mvc.Fluent.FlowTileBuilder.#ctor(C1.Web.Mvc.FlowTile)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.-ctor.html#C1_Web_Mvc_Fluent_FlowTileBuilder__ctor_C1_Web_Mvc_FlowTile_">FlowTileBuilder(FlowTile)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.html">FlowTileBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_FlowTileBuilder_AllowResize_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlowTileBuilder.AllowResize(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.AllowResize.html#C1_Web_Mvc_Fluent_FlowTileBuilder_AllowResize_System_Boolean_">AllowResize(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlowTile.AllowResize.html#C1_Web_Mvc_FlowTile_AllowResize">AllowResize</a>.
Sets a boolean value decides whether the tiles could be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlowTileBuilder_Height_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.FlowTileBuilder.Height(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.Height.html#C1_Web_Mvc_Fluent_FlowTileBuilder_Height_System_Nullable_System_Int32__">Height(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlowTile.Height.html#C1_Web_Mvc_FlowTile_Height">Height</a>.
Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlowTileBuilder_Width_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.FlowTileBuilder.Width(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.Width.html#C1_Web_Mvc_Fluent_FlowTileBuilder_Width_System_Nullable_System_Int32__">Width(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlowTile.Width.html#C1_Web_Mvc_FlowTile_Width">Width</a>.
Sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
