# FarPoint.Win.Spread.TriangleNoteIndicatorRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_TriangleNoteIndicatorRenderer" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer" class="text-break">TriangleNoteIndicatorRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the painter that drawing the indicator shape for a triangle for the indicator of a note in a cell.</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">TriangleNoteIndicatorRenderer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.INoteIndicatorRenderer3.html">INoteIndicatorRenderer3</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.INoteIndicatorRenderer2.html">INoteIndicatorRenderer2</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.INoteIndicatorRenderer.html">INoteIndicatorRenderer</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_TriangleNoteIndicatorRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TriangleNoteIndicatorRenderer : ISerializeSupport, INotifyPropertyChanged, INoteIndicatorRenderer3, INoteIndicatorRenderer2, INoteIndicatorRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TriangleNoteIndicatorRenderer
    Implements ISerializeSupport, INotifyPropertyChanged, INoteIndicatorRenderer3, INoteIndicatorRenderer2, INoteIndicatorRenderer</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_TriangleNoteIndicatorRenderer__ctor" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer__ctor">TriangleNoteIndicatorRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer of the triangle shape indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TriangleNoteIndicatorRenderer__ctor_System_Drawing_Color_" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.#ctor(System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer__ctor_System_Drawing_Color_">TriangleNoteIndicatorRenderer(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for the triangle indicator with the specified color and thickness.</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_TriangleNoteIndicatorRenderer_Color" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Color">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Color.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the solid focus indicator.</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_TriangleNoteIndicatorRenderer_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.OnPropertyChanged.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the PropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_">Paint(Graphics, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell with the note indicator using the specified control and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Drawing_Color_" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Drawing_Color_">Paint(Graphics, int, int, int, int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell with the note indicator using the specified control and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Drawing_Color_FarPoint_Win_Spread_NoteIndicatorPosition_System_Boolean_" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color,FarPoint.Win.Spread.NoteIndicatorPosition,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.Paint.html#FarPoint_Win_Spread_TriangleNoteIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Drawing_Color_FarPoint_Win_Spread_NoteIndicatorPosition_System_Boolean_">Paint(Graphics, int, int, int, int, Color, NoteIndicatorPosition, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell with the note indicator using the specified control and dimensions.</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_Win_Spread_TriangleNoteIndicatorRenderer_PropertyChanged" data-uid="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.TriangleNoteIndicatorRenderer.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
