# C1.WPF.Word.Objects.RtfCanvasRelationEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Word_Objects_RtfCanvasRelationEnum" data-uid="C1.WPF.Word.Objects.RtfCanvasRelationEnum" class="text-break">RtfCanvasRelationEnum Enum
</h1>
  <div class="markdown level0 summary"><p>The drawing canvas relation enumeration.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.Objects.html">C1.WPF.Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_Objects_RtfCanvasRelationEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RtfCanvasRelationEnum</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="C1_WPF_Word_Objects_RtfCanvasRelationEnum_Column">Column</td>
        <td><p>The drawing canvas x or y relation from column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfCanvasRelationEnum_Margin">Margin</td>
        <td><p>The drawing canvas x or y relation from margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfCanvasRelationEnum_Page">Page</td>
        <td><p>The drawing canvas x or y relation from page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfCanvasRelationEnum_Para">Para</td>
        <td><p>The drawing canvas x or y relation from paragraph.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
