# GrapeCity.Documents.Word.Blur

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Blur" data-uid="GrapeCity.Documents.Word.Blur" class="text-break">Blur Class
</h1>
  <div class="markdown level0 summary"><p>Represents a blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.</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="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ImageEffect.html">ImageEffect</a></div>
    <div class="level3"><span class="xref">Blur</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Blur_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Blur : ImageEffect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Blur
    Inherits ImageEffect</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="GrapeCity_Documents_Word_Blur_GrowBounds" data-uid="GrapeCity.Documents.Word.Blur.GrowBounds">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.GrowBounds.html#GrapeCity_Documents_Word_Blur_GrowBounds">GrowBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the bounds of the object should grow as the result of the blurring.</p>
<p>The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Blur_Radius" data-uid="GrapeCity.Documents.Word.Blur.Radius">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.Radius.html#GrapeCity_Documents_Word_Blur_Radius">Radius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of the blur.</p>
<p>The default is <b>0</b>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Blur_Equals_GrapeCity_Documents_Word_Blur_" data-uid="GrapeCity.Documents.Word.Blur.Equals(GrapeCity.Documents.Word.Blur)">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.Equals.html#GrapeCity_Documents_Word_Blur_Equals_GrapeCity_Documents_Word_Blur_">Equals(Blur)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Blur_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.Blur.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.Equals.html#GrapeCity_Documents_Word_Blur_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Blur_FixInheritedValues" data-uid="GrapeCity.Documents.Word.Blur.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.FixInheritedValues.html#GrapeCity_Documents_Word_Blur_FixInheritedValues">FixInheritedValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Fixes all inherited values as &quot;direct&quot; values for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Blur_GetHashCode" data-uid="GrapeCity.Documents.Word.Blur.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.GetHashCode.html#GrapeCity_Documents_Word_Blur_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Blur_Reset" data-uid="GrapeCity.Documents.Word.Blur.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.Blur.Reset.html#GrapeCity_Documents_Word_Blur_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets soft edge to inherited defaults.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
