# FarPoint.Web.Spread.FloatingObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_FloatingObject" data-uid="FarPoint.Web.Spread.FloatingObject" class="text-break">FloatingObject Class
</h1>
  <div class="markdown level0 summary"><p>A class support drawn image as floating in spread.</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="https://learn.microsoft.com/dotnet/api/system.web.ui.control">Control</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.webcontrol">WebControl</a></div>
    <div class="level3"><span class="xref">FloatingObject</span></div>
      <div class="level4"><a class="xref" href="FarPoint.Web.Spread.SpreadImage.html">SpreadImage</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iparseraccessor">IParserAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iurlresolutionservice">IUrlResolutionService</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.idatabindingsaccessor">IDataBindingsAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.icontrolbuilderaccessor">IControlBuilderAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.icontroldesigneraccessor">IControlDesignerAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iexpressionsaccessor">IExpressionsAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iattributeaccessor">IAttributeAccessor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_FloatingObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FloatingObject : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FloatingObject
    Inherits WebControl
    Implements IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject__ctor" data-uid="FarPoint.Web.Spread.FloatingObject.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.-ctor.html#FarPoint_Web_Spread_FloatingObject__ctor">FloatingObject()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the FloatingObject class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Web_Spread_FloatingObject_EnableClickEvent" data-uid="FarPoint.Web.Spread.FloatingObject.EnableClickEvent">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.EnableClickEvent.html#FarPoint_Web_Spread_FloatingObject_EnableClickEvent">EnableClickEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the Click event can be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Height" data-uid="FarPoint.Web.Spread.FloatingObject.Height">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Height.html#FarPoint_Web_Spread_FloatingObject_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the object in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_ImageRender" data-uid="FarPoint.Web.Spread.FloatingObject.ImageRender">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.ImageRender.html#FarPoint_Web_Spread_FloatingObject_ImageRender">ImageRender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image renderer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_ImageUrl" data-uid="FarPoint.Web.Spread.FloatingObject.ImageUrl">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.ImageUrl.html#FarPoint_Web_Spread_FloatingObject_ImageUrl">ImageUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets control ImageUrl property.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_InstanceGuid" data-uid="FarPoint.Web.Spread.FloatingObject.InstanceGuid">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.InstanceGuid.html#FarPoint_Web_Spread_FloatingObject_InstanceGuid">InstanceGuid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a guid that uniquely identifies the image component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Left" data-uid="FarPoint.Web.Spread.FloatingObject.Left">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Left.html#FarPoint_Web_Spread_FloatingObject_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Top" data-uid="FarPoint.Web.Spread.FloatingObject.Top">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Top.html#FarPoint_Web_Spread_FloatingObject_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Visible" data-uid="FarPoint.Web.Spread.FloatingObject.Visible">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Visible.html#FarPoint_Web_Spread_FloatingObject_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a Drawing object is rendered as UI on the page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Width" data-uid="FarPoint.Web.Spread.FloatingObject.Width">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Width.html#FarPoint_Web_Spread_FloatingObject_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the object in pixels.</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="FarPoint_Web_Spread_FloatingObject_Dispose" data-uid="FarPoint.Web.Spread.FloatingObject.Dispose">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Dispose.html#FarPoint_Web_Spread_FloatingObject_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Enables the <a class="xref" href="FarPoint.Web.Spread.FloatingObject.html">FloatingObject</a> control to perform final clean up before it is released from memory.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_LoadViewState_System_Object_" data-uid="FarPoint.Web.Spread.FloatingObject.LoadViewState(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.LoadViewState.html#FarPoint_Web_Spread_FloatingObject_LoadViewState_System_Object_">LoadViewState(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Restores view-state information from a previous page request that was saved by the
SaveViewState method.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_OnClick_System_Web_UI_ImageClickEventArgs_" data-uid="FarPoint.Web.Spread.FloatingObject.OnClick(System.Web.UI.ImageClickEventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.OnClick.html#FarPoint_Web_Spread_FloatingObject_OnClick_System_Web_UI_ImageClickEventArgs_">OnClick(ImageClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ImageClick event of the <a class="xref" href="FarPoint.Web.Spread.FloatingObject.html">FloatingObject</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_OnLoad_System_EventArgs_" data-uid="FarPoint.Web.Spread.FloatingObject.OnLoad(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.OnLoad.html#FarPoint_Web_Spread_FloatingObject_OnLoad_System_EventArgs_">OnLoad(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnLoad</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_OnUnload_System_EventArgs_" data-uid="FarPoint.Web.Spread.FloatingObject.OnUnload(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.OnUnload.html#FarPoint_Web_Spread_FloatingObject_OnUnload_System_EventArgs_">OnUnload(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnUnload</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Render_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Spread.FloatingObject.Render(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Render.html#FarPoint_Web_Spread_FloatingObject_Render_System_Web_UI_HtmlTextWriter_">Render(HtmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the <a class="xref" href="FarPoint.Web.Spread.FloatingObject.html">FloatingObject</a> control content to a provided HtmlTextWriter object, which writes the
content to be rendered on the client.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_SaveViewState" data-uid="FarPoint.Web.Spread.FloatingObject.SaveViewState">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.SaveViewState.html#FarPoint_Web_Spread_FloatingObject_SaveViewState">SaveViewState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves DrawingObject view state changes that have occurred since the page
was posted back to the server.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_FloatingObject_Click" data-uid="FarPoint.Web.Spread.FloatingObject.Click">
          <a class="xref" href="FarPoint.Web.Spread.FloatingObject.Click.html">Click</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the image is clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
