# GrapeCity.Documents.Word.SizeRelativeHorizontally

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_SizeRelativeHorizontally" data-uid="GrapeCity.Documents.Word.SizeRelativeHorizontally" class="text-break">SizeRelativeHorizontally Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the relative width 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_SizeRelativeHorizontally_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SizeRelativeHorizontally</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SizeRelativeHorizontally</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_SizeRelativeHorizontally_InsideMargin">InsideMargin</td>
        <td><p>Width is relative to the size of the inside margin—to the size of the left margin for odd pages, and to the size of the right margin for even pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeHorizontally_LeftMargin">LeftMargin</td>
        <td><p>Width is relative to the size of the left margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeHorizontally_Margin">Margin</td>
        <td><p>Width is relative to the space between the left margin and the right margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeHorizontally_None">None</td>
        <td><p>Specifies that the <a class="xref" href="GrapeCity.Documents.Word.ShapeWidth.Relative.html#GrapeCity_Documents_Word_ShapeWidth_Relative">Relative</a> property is not currently valid, so the shape width is defined by the <a class="xref" href="GrapeCity.Documents.Word.ShapeWidth.Value.html#GrapeCity_Documents_Word_ShapeWidth_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeHorizontally_OutsideMargin">OutsideMargin</td>
        <td><p>Width is relative to the size of the outside margin—to the size of the right margin for odd pages, and to the size of the left margin for even pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeHorizontally_Page">Page</td>
        <td><p>Width is relative to the width of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SizeRelativeHorizontally_RightMargin">RightMargin</td>
        <td><p>Width is relative to the width of the right margin.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
