# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_HorizontalOffset_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset*">HorizontalOffset Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_HorizontalOffset_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_HorizontalOffset" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset">HorizontalOffset</h4>
<div class="markdown level1 summary"><p>Get or sets the horizontal distance between the target origin and the popup alignment point. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Bindable(true)]
[TypeConverter(typeof(LengthConverter))]
public double HorizontalOffset { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Bindable(True)&gt;
&lt;TypeConverter(GetType(LengthConverter))&gt;
Public Property HorizontalOffset As Double</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><p>The horizontal distance between the target origin and the popup alignment point. The default is 0.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_HorizontalOffset_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can position a popup by setting the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementTarget.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementTarget">PlacementTarget</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PlacementRectangle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_PlacementRectangle">PlacementRectangle</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.Placement.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_Placement">Placement</a>, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.HorizontalOffset.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_HorizontalOffset">HorizontalOffset</a>, and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.VerticalOffset.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_VerticalOffset">VerticalOffset</a> properties. For more information, see Popup Placement Behavior.</p>
</div>
</div>
