# GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_ISoftEdgeFormat" data-uid="GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat" class="text-break">ISoftEdgeFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the soft edge effect in Office graphics.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_ISoftEdgeFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISoftEdgeFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISoftEdgeFormat</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_Drawing_ISoftEdgeFormat_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The soft edge effect creates a mask around the edge of an object and blends the object with the transparent edge. The result is a faded or &quot;feathered&quot; edge.</p>
</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_Spreadsheet_Drawing_ISoftEdgeFormat_Radius" data-uid="GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat.Radius">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat.Radius.html#GrapeCity_Spreadsheet_Drawing_ISoftEdgeFormat_Radius">Radius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size, measured in pixels, of the soft edge effect of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ISoftEdgeFormat_Type" data-uid="GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat.Type.html#GrapeCity_Spreadsheet_Drawing_ISoftEdgeFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat.html">ISoftEdgeFormat</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
