# C1.WPF.Word.Canvas.ChevronShape

## Content

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



  <h1 id="C1_WPF_Word_Canvas_ChevronShape" data-uid="C1.WPF.Word.Canvas.ChevronShape" class="text-break">ChevronShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a chevron shape of the shape container.</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.Canvas.DrawingShape.html">DrawingShape</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Word.Canvas.FilledShape.html">FilledShape</a></div>
    <div class="level3"><span class="xref">ChevronShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.Word.Objects.IRtfContent.html">IRtfContent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.Canvas.html">C1.WPF.Word.Canvas</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_Canvas_ChevronShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChevronShape : FilledShape, IRtfContent, IEnumerable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_Canvas_ChevronShape__ctor" data-uid="C1.WPF.Word.Canvas.ChevronShape.#ctor">
          <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.-ctor.html#C1_WPF_Word_Canvas_ChevronShape__ctor">ChevronShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.html">ChevronShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Canvas_ChevronShape__ctor_C1_WPF_Word_Canvas_IShapeContainer_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.WPF.Word.Canvas.ChevronShape.#ctor(C1.WPF.Word.Canvas.IShapeContainer,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.-ctor.html#C1_WPF_Word_Canvas_ChevronShape__ctor_C1_WPF_Word_Canvas_IShapeContainer_System_Int32_System_Int32_System_Int32_System_Int32_">ChevronShape(IShapeContainer, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.html">ChevronShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Canvas_ChevronShape__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.WPF.Word.Canvas.ChevronShape.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.-ctor.html#C1_WPF_Word_Canvas_ChevronShape__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">ChevronShape(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.html">ChevronShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Canvas_ChevronShape__ctor_System_Windows_Point_System_Windows_Point_" data-uid="C1.WPF.Word.Canvas.ChevronShape.#ctor(System.Windows.Point,System.Windows.Point)">
          <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.-ctor.html#C1_WPF_Word_Canvas_ChevronShape__ctor_System_Windows_Point_System_Windows_Point_">ChevronShape(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Word.Canvas.ChevronShape.html">ChevronShape</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
