# GrapeCity.Spreadsheet.Drawing.IGlowFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IGlowFormat" data-uid="GrapeCity.Spreadsheet.Drawing.IGlowFormat" class="text-break">IGlowFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a glow effect around an Office graphic.</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_IGlowFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGlowFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGlowFormat</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_Spreadsheet_Drawing_IGlowFormat_Color" data-uid="GrapeCity.Spreadsheet.Drawing.IGlowFormat.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGlowFormat.Color.html#GrapeCity_Spreadsheet_Drawing_IGlowFormat_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ColorFormat object that represents the color of text formatted as glow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IGlowFormat_Radius" data-uid="GrapeCity.Spreadsheet.Drawing.IGlowFormat.Radius">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGlowFormat.Radius.html#GrapeCity_Spreadsheet_Drawing_IGlowFormat_Radius">Radius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius value of the glow effect for the GlowFormat object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IGlowFormat_Transparency" data-uid="GrapeCity.Spreadsheet.Drawing.IGlowFormat.Transparency">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGlowFormat.Transparency.html#GrapeCity_Spreadsheet_Drawing_IGlowFormat_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the degree of transparency of the specified glow as a value between 0.0 (opaque) and 1.0 (clear).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
