# C1.Win.Command.TooltipPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Command_TooltipPosition" data-uid="C1.Win.Command.TooltipPosition" class="text-break">TooltipPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where to show menu tooltips relative to the radial menu.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_TooltipPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TooltipPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TooltipPosition</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_Command_TooltipPosition_Bottom">Bottom</td>
        <td><p>Tooltips are shown below the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TooltipPosition_Left">Left</td>
        <td><p>Tooltips are shown to the left of the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TooltipPosition_None">None</td>
        <td><p>Tooltips are not shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TooltipPosition_Right">Right</td>
        <td><p>Tooltips are shown to the right of the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TooltipPosition_Top">Top</td>
        <td><p>Tooltips are shown above the menu.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
