# C1.Framework.Stretch

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Stretch" data-uid="C1.Framework.Stretch" class="text-break">Stretch Enum
</h1>
  <div class="markdown level0 summary"><p>Describes how content is resized to fill its allocated space.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_Stretch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Stretch</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Stretch</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Framework_Stretch_Fill">Fill</td>
        <td><p>The content is resized to fill the destination dimensions. The aspect ratio is not preserved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Stretch_None">None</td>
        <td><p>The content preserves its original size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Stretch_Uniform">Uniform</td>
        <td><p>The content is resized to fit in the destination dimensions while it preserves its native aspect ratio.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
