# C1.Win.Ribbon.TextImageRelation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Ribbon_TextImageRelation" data-uid="C1.Win.Ribbon.TextImageRelation" class="text-break">TextImageRelation Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates whether the text should appear below the image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_TextImageRelation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextImageRelation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextImageRelation</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_Win_Ribbon_TextImageRelation_Automatic">Automatic</td>
        <td><p>Text position (below or after the image) depends on the group sizing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_TextImageRelation_ImageAboveText">ImageAboveText</td>
        <td><p>Text appears below the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_TextImageRelation_ImageBeforeText">ImageBeforeText</td>
        <td><p>Text appears after the image.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
