# FarPoint.Win.RenderStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_RenderStyle" data-uid="FarPoint.Win.RenderStyle" class="text-break">RenderStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the rendering style for images.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_RenderStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RenderStyle : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RenderStyle As Short</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="FarPoint_Win_RenderStyle_Normal">Normal</td>
        <td><p>Displays image with its actual dimensions in the control (and no resizing)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RenderStyle_Stretch">Stretch</td>
        <td><p>Sizes image to fit in the control without regard to its aspect ratio</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RenderStyle_StretchAndScale">StretchAndScale</td>
        <td><p>Sizes image to fit in the control with regard to its aspect ratio</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RenderStyle_Tile">Tile</td>
        <td><p>Displays image multiple times (in a tile fashion) in order to fill the control</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
