# GrapeCity.Win.Spread.InputMan.CellType.AttachAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AttachAlignment" class="text-break">AttachAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to position and align the attached element
to the core element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AttachAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AttachAlignment</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This is used when alignment and positioning needs to take
place between 2 elements, such as an image and a text.
Usually, the text will become the core element
with the image being the attached element in this case.</p>
</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="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_Bottom">Bottom</td>
        <td><p>The attached element is at the bottom of the core element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_BottomCenter">BottomCenter</td>
        <td><p>The attached element is at the bottom of the core element in vertical,
and two element's center points have same horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_BottomLeft">BottomLeft</td>
        <td><p>The attached element is at the bottom of the core element in vertical,
and two element's left edges have same horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_BottomRight">BottomRight</td>
        <td><p>The attached element is at the bottom of the core element in vertical,
and two element's right edges have same horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_Left">Left</td>
        <td><p>The attached element is at the left of the core element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_LeftBottom">LeftBottom</td>
        <td><p>The attached element is at the left of the core element in horizontal,
and two element's bottom edges have same vertial coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_LeftMiddle">LeftMiddle</td>
        <td><p>The attached element is at the left of the core element in horizontal,
and two element's center points have same vertial coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_LeftTop">LeftTop</td>
        <td><p>The attached element is at the left of the core element in horizontal,
and two element's top edges have same vertial coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_Right">Right</td>
        <td><p>The attached element is at the right of the core element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_RightBottom">RightBottom</td>
        <td><p>The attached element is at the right of the core element in horizontal,
and two element's bottom edges have same vertial coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_RightMiddle">RightMiddle</td>
        <td><p>The attached element is at the right of the core element in horizontal,
and two element's center points have same vertial coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_RightTop">RightTop</td>
        <td><p>The attached element is at the right of the core element in horizontal,
and two element's top edges have same vertial coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_Top">Top</td>
        <td><p>The attached element is at the top of the core element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_TopCenter">TopCenter</td>
        <td><p>The attached element is at the top of the core element in vertical,
and two element's center points have same horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_TopLeft">TopLeft</td>
        <td><p>The attached element is at the top of the core element in vertical,
and two element's left edges have same horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AttachAlignment_TopRight">TopRight</td>
        <td><p>The attached element is at the top of the core element in vertical,
and two element's right edges have same horizontal coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
