# C1.Win.Command.RadialMenu.TooltipPlacementMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Command_RadialMenu_TooltipPlacementMode" data-uid="C1.Win.Command.RadialMenu.TooltipPlacementMode" class="text-break">TooltipPlacementMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the placement of where a C1RadialMenu tooltip appears on the screen.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.RadialMenu.html">C1.Win.Command.RadialMenu</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.10.dll</h6>
  <h5 id="C1_Win_Command_RadialMenu_TooltipPlacementMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TooltipPlacementMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TooltipPlacementMode</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_RadialMenu_TooltipPlacementMode_Absolute">Absolute</td>
        <td><p>A position of the tooltip relative to the upper-left corner of the screen and at
an offset that is defined by the HorizontalOffset and VerticalOffset property values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_RadialMenu_TooltipPlacementMode_Center">Center</td>
        <td><p>A position of the tooltip where it is centered over the PlacementTarget.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_RadialMenu_TooltipPlacementMode_Custom">Custom</td>
        <td><p>A position behavior for the tooltip that is defined by
the <a class="xref" href="C1.Win.Command.C1RadialMenu.CustomTooltipDisplaying.html">CustomTooltipDisplaying</a> delegate property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_RadialMenu_TooltipPlacementMode_Default">Default</td>
        <td><p>A position of the tooltip next to the radial menu on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_RadialMenu_TooltipPlacementMode_Mouse">Mouse</td>
        <td><p>A position of the tooltip relative to the tip of the mouse cursor and at an offset
that is defined by the HorizontalOffset and VerticalOffset property values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_RadialMenu_TooltipPlacementMode_Relative">Relative</td>
        <td><p>A position of the tooltip relative to the upper-left corner of the PlacementTarget and at
an offset that is defined by the HorizontalOffset and VerticalOffset property values.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
