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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_VerticalOffset_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.VerticalOffset*">VerticalOffset Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_VerticalOffset_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.VerticalOffset*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_VerticalOffset" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.VerticalOffset">VerticalOffset</h4>
<div class="markdown level1 summary"><p>Gets or sets the vertical 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">[TypeConverter(typeof(LengthConverter))]
[Bindable(true)]
public double VerticalOffset { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(LengthConverter))&gt;
&lt;Bindable(True)&gt;
Public Property VerticalOffset 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 vertical distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_VerticalOffset_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>
