# GrapeCity.ActiveReports.SectionReportModel.HatchStyle

## Content

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




  <h1 id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle" data-uid="GrapeCity.ActiveReports.SectionReportModel.HatchStyle" class="text-break">HatchStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the different patterns available for System.Drawing.Drawing2D.HatchBrush objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.html">GrapeCity.ActiveReports.SectionReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HatchStyle</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_ActiveReports_SectionReportModel_HatchStyle_BackwardDiagonal">BackwardDiagonal</td>
        <td><p>A pattern of lines on a diagonal from upper right to lower left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Cross">Cross</td>
        <td><p>Specifies horizontal and vertical lines that cross.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DarkDownwardDiagonal">DarkDownwardDiagonal</td>
        <td><p>Specifies diagonal lines that slant to the right from top points to bottom points,
are spaced 50 percent closer together than, and are twice the width of System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal.
This hatch pattern is not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DarkHorizontal">DarkHorizontal</td>
        <td><p>Specifies horizontal lines that are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.Horizontal
and are twice the width of System.Drawing.Drawing2D.HatchStyle.Horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DarkUpwardDiagonal">DarkUpwardDiagonal</td>
        <td><p>Specifies diagonal lines that slant to the left from top points to bottom points,
are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal, and are twice its width, but the lines are not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DarkVertical">DarkVertical</td>
        <td><p>Specifies vertical lines that are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.Vertical and are twice its width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DashedDownwardDiagonal">DashedDownwardDiagonal</td>
        <td><p>Specifies dashed diagonal lines, that slant to the right from top points to bottom points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DashedHorizontal">DashedHorizontal</td>
        <td><p>Specifies dashed horizontal lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DashedUpwardDiagonal">DashedUpwardDiagonal</td>
        <td><p>Specifies dashed diagonal lines, that slant to the left from top points to bottom points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DashedVertical">DashedVertical</td>
        <td><p>Specifies dashed vertical lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DiagonalBrick">DiagonalBrick</td>
        <td><p>Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DiagonalCross">DiagonalCross</td>
        <td><p>A pattern of crisscross diagonal lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Divot">Divot</td>
        <td><p>Specifies a hatch that has the appearance of divots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DottedDiamond">DottedDiamond</td>
        <td><p>Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_DottedGrid">DottedGrid</td>
        <td><p>Specifies horizontal and vertical lines, each of which is composed of dots, that cross.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_ForwardDiagonal">ForwardDiagonal</td>
        <td><p>A pattern of lines on a diagonal from upper left to lower right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Horizontal">Horizontal</td>
        <td><p>A pattern of horizontal lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_HorizontalBrick">HorizontalBrick</td>
        <td><p>Specifies a hatch that has the appearance of horizontally layered bricks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LargeCheckerBoard">LargeCheckerBoard</td>
        <td><p>Specifies a hatch that has the appearance of a checkerboard with squares that
are twice the size of System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LargeConfetti">LargeConfetti</td>
        <td><p>Specifies a hatch that has the appearance of confetti, and is composed of larger
pieces than System.Drawing.Drawing2D.HatchStyle.SmallConfetti.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LargeGrid">LargeGrid</td>
        <td><p>Specifies the hatch style System.Drawing.Drawing2D.HatchStyle.Cross.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LightDownwardDiagonal">LightDownwardDiagonal</td>
        <td><p>Specifies diagonal lines that slant to the right from top points to bottom points
and are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal, but are not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LightHorizontal">LightHorizontal</td>
        <td><p>Specifies horizontal lines that are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.Horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LightUpwardDiagonal">LightUpwardDiagonal</td>
        <td><p>Specifies diagonal lines that slant to the left from top points to bottom points
and are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal, but they are not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_LightVertical">LightVertical</td>
        <td><p>Specifies vertical lines that are spaced 50 percent closer together than System.Drawing.Drawing2D.HatchStyle.Vertical.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Max">Max</td>
        <td><p>Specifies hatch style System.Drawing.Drawing2D.HatchStyle.SolidDiamond.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Min">Min</td>
        <td><p>Specifies hatch style System.Drawing.Drawing2D.HatchStyle.Horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_NarrowHorizontal">NarrowHorizontal</td>
        <td><p>Specifies horizontal lines that are spaced 75 percent closer together than hatch
style System.Drawing.Drawing2D.HatchStyle.Horizontal (or 25 percent closer together
than System.Drawing.Drawing2D.HatchStyle.LightHorizontal).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_NarrowVertical">NarrowVertical</td>
        <td><p>Specifies vertical lines that are spaced 75 percent closer together than hatch
style System.Drawing.Drawing2D.HatchStyle.Vertical (or 25 percent closer together
than System.Drawing.Drawing2D.HatchStyle.LightVertical).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_OutlinedDiamond">OutlinedDiamond</td>
        <td><p>Specifies forward diagonal and backward diagonal lines that cross but are not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent05">Percent05</td>
        <td><p>Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:95.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent10">Percent10</td>
        <td><p>Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:90.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent20">Percent20</td>
        <td><p>Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:80.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent25">Percent25</td>
        <td><p>Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:75.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent30">Percent30</td>
        <td><p>Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:70.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent40">Percent40</td>
        <td><p>Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:60.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent50">Percent50</td>
        <td><p>Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:50.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent60">Percent60</td>
        <td><p>Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:40.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent70">Percent70</td>
        <td><p>Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:30.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent75">Percent75</td>
        <td><p>Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:25.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent80">Percent80</td>
        <td><p>Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Percent90">Percent90</td>
        <td><p>Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:10.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Plaid">Plaid</td>
        <td><p>Specifies a hatch that has the appearance of a plaid material.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Shingle">Shingle</td>
        <td><p>Specifies a hatch that has the appearance of diagonally layered shingles that
slant to the right from top points to bottom points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_SmallCheckerBoard">SmallCheckerBoard</td>
        <td><p>Specifies a hatch that has the appearance of a checkerboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_SmallConfetti">SmallConfetti</td>
        <td><p>Specifies a hatch that has the appearance of confetti.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_SmallGrid">SmallGrid</td>
        <td><p>Specifies horizontal and vertical lines that cross and are spaced 50 percent
closer together than hatch style System.Drawing.Drawing2D.HatchStyle.Cross.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_SolidDiamond">SolidDiamond</td>
        <td><p>Specifies a hatch that has the appearance of a checkerboard placed diagonally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Sphere">Sphere</td>
        <td><p>Specifies a hatch that has the appearance of spheres laid adjacent to one another.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Trellis">Trellis</td>
        <td><p>Specifies a hatch that has the appearance of a trellis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Vertical">Vertical</td>
        <td><p>A pattern of vertical lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Wave">Wave</td>
        <td><p>Specifies horizontal lines that are composed of tildes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_Weave">Weave</td>
        <td><p>Specifies a hatch that has the appearance of a woven material.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_WideDownwardDiagonal">WideDownwardDiagonal</td>
        <td><p>Specifies diagonal lines that slant to the right from top points to bottom points,
have the same spacing as hatch style System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal,
and are triple its width, but are not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_WideUpwardDiagonal">WideUpwardDiagonal</td>
        <td><p>Specifies diagonal lines that slant to the left from top points to bottom points,
have the same spacing as hatch style System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal,
and are triple its width, but are not antialiased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_HatchStyle_ZigZag">ZigZag</td>
        <td><p>Specifies horizontal lines that are composed of zigzags.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;HatchStyle&gt;(HatchStyle)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;HatchStyle&gt;(HatchStyle, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>
</div>
