# C1.Win.GanttView.HatchPattern

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_HatchPattern" data-uid="C1.Win.GanttView.HatchPattern" class="text-break">HatchPattern Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the filling pattern for bars and shapes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_HatchPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HatchPattern</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HatchPattern</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_Win_GanttView_HatchPattern_BackwardDiagonal">BackwardDiagonal</td>
        <td><p>A pattern of lines on a diagonal from upper right to lower left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Confetti">Confetti</td>
        <td><p>Specifies a hatch that has the appearance of confetti.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_DiagonalCross">DiagonalCross</td>
        <td><p>A pattern of crisscross diagonal lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Empty">Empty</td>
        <td><p>Use a white brush for filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_ForwardDiagonal">ForwardDiagonal</td>
        <td><p>A pattern of lines on a diagonal from upper left to lower right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Gradient">Gradient</td>
        <td><p>Use a gradient brush for filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Horizontal">Horizontal</td>
        <td><p>A pattern of horizontal lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_NarrowHorizontal">NarrowHorizontal</td>
        <td><p>Specifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_NarrowVertical">NarrowVertical</td>
        <td><p>Specifies vertical lines that are spaced 75 percent closer together than hatch style Vertical.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Percent25">Percent25</td>
        <td><p>Specifies a 25-percent hatch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Percent50">Percent50</td>
        <td><p>Specifies a 50-percent hatch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Percent70">Percent70</td>
        <td><p>Specifies a 70-percent hatch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_SolidBrush">SolidBrush</td>
        <td><p>Fill with a brush of a single color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_Vertical">Vertical</td>
        <td><p>A pattern of vertical lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_HatchPattern_ZigZag">ZigZag</td>
        <td><p>Specifies horizontal lines that are composed of zigzags.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
