# GrapeCity.Documents.Word.SizeRelativeVertically

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_SizeRelativeVertically" data-uid="GrapeCity.Documents.Word.SizeRelativeVertically" class="text-break">SizeRelativeVertically Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the relative height type of a shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_SizeRelativeVertically_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SizeRelativeVertically</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SizeRelativeVertically</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="GrapeCity_Documents_Word_SizeRelativeVertically_BottomMargin">BottomMargin</td>
        <td><p>Height is relative to the size of the bottom margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeVertically_InsideMargin">InsideMargin</td>
        <td><p>Height is relative to the size of the inside margin—to the size of the top margin for odd pages, and to the size of the bottom margin for even pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeVertically_Margin">Margin</td>
        <td><p>Height is relative to the space between the left margin and the right margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeVertically_None">None</td>
        <td><p>Specifies that the <a class="xref" href="GrapeCity.Documents.Word.ShapeHeight.Relative.html#GrapeCity_Documents_Word_ShapeHeight_Relative">Relative</a> property is not currently valid, so the shape height is defined by the <a class="xref" href="GrapeCity.Documents.Word.ShapeHeight.Value.html#GrapeCity_Documents_Word_ShapeHeight_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeVertically_OutsideMargin">OutsideMargin</td>
        <td><p>Height is relative to the size of the outside margin—to the size of the bottom margin for odd pages, and to the size of the top margin for even pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeVertically_Page">Page</td>
        <td><p>Height is relative to the height of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeVertically_TopMargin">TopMargin</td>
        <td><p>Height is relative to the size of the top margin.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
