# C1.WPF.Word.Objects.RtfShape

## Content

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



  <h1 id="C1_WPF_Word_Objects_RtfShape" data-uid="C1.WPF.Word.Objects.RtfShape" class="text-break">RtfShape Class
</h1>
  <div class="markdown level0 summary"><p>The shape for the Word/RTF drawing canvas.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><span class="xref">RtfShape</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Word.Objects.RtfPictureShape.html">RtfPictureShape</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="C1.WPF.Word.Canvas.IShapeContainer.html">IShapeContainer</a></div>
  </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_RtfShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfShape : RtfObject, ICloneable, IShapeContainer</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfShape_Canvas" data-uid="C1.WPF.Word.Objects.RtfShape.Canvas">
          <a class="xref" href="C1.WPF.Word.Objects.RtfShape.Canvas.html#C1_WPF_Word_Objects_RtfShape_Canvas">Canvas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets parent drawing canvas object for the Word/RTF shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfShape_DrawingShape" data-uid="C1.WPF.Word.Objects.RtfShape.DrawingShape">
          <a class="xref" href="C1.WPF.Word.Objects.RtfShape.DrawingShape.html#C1_WPF_Word_Objects_RtfShape_DrawingShape">DrawingShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets drawing shape object for the Word/RTF shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfShape_IsFlipHorizontal" data-uid="C1.WPF.Word.Objects.RtfShape.IsFlipHorizontal">
          <a class="xref" href="C1.WPF.Word.Objects.RtfShape.IsFlipHorizontal.html#C1_WPF_Word_Objects_RtfShape_IsFlipHorizontal">IsFlipHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets flip horizontal flag ('fRelFlipH').</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfShape_IsFlipVertical" data-uid="C1.WPF.Word.Objects.RtfShape.IsFlipVertical">
          <a class="xref" href="C1.WPF.Word.Objects.RtfShape.IsFlipVertical.html#C1_WPF_Word_Objects_RtfShape_IsFlipVertical">IsFlipVertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets flip vertical flag ('fRelFlipV').</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
