# C1.WPF.Gauge.GaugePointer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Gauge_GaugePointer" data-uid="C1.WPF.Gauge.GaugePointer" class="text-break">GaugePointer Class
</h1>
  <div class="markdown level0 summary"><p>Defines the pointer shown in the <a class="xref" href="C1.WPF.Gauge.C1Gauge.html">C1Gauge</a> controls.</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="C1.WPF.Gauge.GaugeDecorator.html">GaugeDecorator</a></div>
    <div class="level2"><span class="xref">GaugePointer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Gauge.html">C1.WPF.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Gauge.dll</h6>
  <h5 id="C1_WPF_Gauge_GaugePointer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GaugePointer : GaugeDecorator, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GaugePointer
    Inherits GaugeDecorator
    Implements INotifyPropertyChanged</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="C1_WPF_Gauge_GaugePointer__ctor" data-uid="C1.WPF.Gauge.GaugePointer.#ctor">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.-ctor.html#C1_WPF_Gauge_GaugePointer__ctor">GaugePointer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.Gauge.GaugePointer.html">GaugePointer</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_EndPointProperty" data-uid="C1.WPF.Gauge.GaugePointer.EndPointProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.EndPointProperty.html">EndPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugePointer.EndPoint.html#C1_WPF_Gauge_GaugePointer_EndPoint">EndPoint</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_SourceProperty" data-uid="C1.WPF.Gauge.GaugePointer.SourceProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.SourceProperty.html">SourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugePointer.Source.html#C1_WPF_Gauge_GaugePointer_Source">Source</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_StartPointProperty" data-uid="C1.WPF.Gauge.GaugePointer.StartPointProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.StartPointProperty.html">StartPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugePointer.StartPoint.html#C1_WPF_Gauge_GaugePointer_StartPoint">StartPoint</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_WidthProperty" data-uid="C1.WPF.Gauge.GaugePointer.WidthProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.WidthProperty.html">WidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugePointer.Width.html#C1_WPF_Gauge_GaugePointer_Width">Width</a> dependency property.</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="C1_WPF_Gauge_GaugePointer_EndPoint" data-uid="C1.WPF.Gauge.GaugePointer.EndPoint">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.EndPoint.html#C1_WPF_Gauge_GaugePointer_EndPoint">EndPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point in svg coordinates where the pointer ends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_Source" data-uid="C1.WPF.Gauge.GaugePointer.Source">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.Source.html#C1_WPF_Gauge_GaugePointer_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the uri of the source where the svg.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_StartPoint" data-uid="C1.WPF.Gauge.GaugePointer.StartPoint">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.StartPoint.html#C1_WPF_Gauge_GaugePointer_StartPoint">StartPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point in svg coordinates where the pointer starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugePointer_Width" data-uid="C1.WPF.Gauge.GaugePointer.Width">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.Width.html#C1_WPF_Gauge_GaugePointer_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the pointer.</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="C1_WPF_Gauge_GaugePointer_Render_System_Windows_Media_DrawingContext_System_Windows_Point_System_Windows_Point_System_Windows_Media_Brush_" data-uid="C1.WPF.Gauge.GaugePointer.Render(System.Windows.Media.DrawingContext,System.Windows.Point,System.Windows.Point,System.Windows.Media.Brush)">
          <a class="xref" href="C1.WPF.Gauge.GaugePointer.Render.html#C1_WPF_Gauge_GaugePointer_Render_System_Windows_Media_DrawingContext_System_Windows_Point_System_Windows_Point_System_Windows_Media_Brush_">Render(DrawingContext, Point, Point, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the pointer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
