# FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer" class="text-break">MarqueeFocusIndicatorRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the renderer of the marquee (or animated) focus indicator.</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"><span class="xref">MarqueeFocusIndicatorRenderer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IAnimatedFocusIndicatorRenderer.html">IAnimatedFocusIndicatorRenderer</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.IFocusIndicatorRenderer.html">IFocusIndicatorRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</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.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MarqueeFocusIndicatorRenderer : IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport, IDisposable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MarqueeFocusIndicatorRenderer
    Implements IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport, IDisposable, ISerializable</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_Win_Spread_MarqueeFocusIndicatorRenderer__ctor" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer__ctor">MarqueeFocusIndicatorRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for the marquee (or animated) focus indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer__ctor_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.#ctor(System.Drawing.Color,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer__ctor_System_Drawing_Color_System_Int32_">MarqueeFocusIndicatorRenderer(Color, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for the marquee (or animated) focus indicator
with the specified line thickness and color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">MarqueeFocusIndicatorRenderer(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a SpreadMonthCalendar from serialization.</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_Win_Spread_MarqueeFocusIndicatorRenderer_Color" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Color">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Color.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Position" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Position">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Position.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current step in the multiple-step animation cycle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Thickness" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Thickness">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Thickness.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness.</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_Win_Spread_MarqueeFocusIndicatorRenderer_Dispose" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Dispose">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Dispose.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Dispose.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Cleans up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.GetObjectData.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a SerializationInfo with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.Paint.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">Paint(Graphics, int, int, int, int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell with the marquee (or animated) focus indicator
using the specified control and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_ToString" data-uid="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.ToString">
          <a class="xref" href="FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.ToString.html#FarPoint_Win_Spread_MarqueeFocusIndicatorRenderer_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the renderer as a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
