# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance" class="text-break">IVisualAppearance Interface
</h1>
  <div class="markdown level0 summary"><p>Interface for the visual appearance.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;This is not used anywhere, and should be removed&quot;)]
public interface IVisualAppearance</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_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_BackgroundColor" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.BackgroundColor">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.BackgroundColor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_BackgroundColor">BackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>The color of the background.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Image" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Image">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Image.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the image that should be displayed, if any.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_ImageSource" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.ImageSource">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.ImageSource.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_ImageSource">ImageSource</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies image source for image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_InteractivityStates" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.InteractivityStates">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.InteractivityStates.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_InteractivityStates">InteractivityStates</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies interactivity states to which this appearance is applicable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Tooltip" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Tooltip">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Tooltip.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies how tooltip should be displayed for this area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_TooltipText" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.TooltipText">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.TooltipText.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_TooltipText">TooltipText</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies balloon or tooltip text that should be displayed for this area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Transparency" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Transparency">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Transparency.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies how image should be alpha-blended with the underlying area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Visible" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance.Visible.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualAppearance_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that there should be visual effects for the area.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
