# C1.WPF.Gauge.GaugeMark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Gauge_GaugeMark" data-uid="C1.WPF.Gauge.GaugeMark" class="text-break">GaugeMark Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.WPF.Gauge.GaugeDecorator.html">GaugeDecorator</a> used to place tick marks within the <a class="xref" href="C1.WPF.Gauge.C1Gauge.html">C1Gauge</a>.</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"><a class="xref" href="C1.WPF.Gauge.GaugeIntervalDecorator.html">GaugeIntervalDecorator</a></div>
    <div class="level3"><span class="xref">GaugeMark</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_GaugeMark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GaugeMark : GaugeIntervalDecorator, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GaugeMark
    Inherits GaugeIntervalDecorator
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h5 id="C1_WPF_Gauge_GaugeMark_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use <a class="xref" href="C1.WPF.Gauge.GaugeMark.Source.html#C1_WPF_Gauge_GaugeMark_Source">Source</a> property to specify the svg file will be used to draw the mark.</p>
</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_GaugeMark__ctor" data-uid="C1.WPF.Gauge.GaugeMark.#ctor">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.-ctor.html#C1_WPF_Gauge_GaugeMark__ctor">GaugeMark()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.Gauge.GaugeMark.html">GaugeMark</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_GaugeMark_EndPointProperty" data-uid="C1.WPF.Gauge.GaugeMark.EndPointProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.EndPointProperty.html">EndPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugeMark.EndPoint.html#C1_WPF_Gauge_GaugeMark_EndPoint">EndPoint</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_OpacityProperty" data-uid="C1.WPF.Gauge.GaugeMark.OpacityProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.OpacityProperty.html">OpacityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugeMark.Opacity.html#C1_WPF_Gauge_GaugeMark_Opacity">Opacity</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_SourceProperty" data-uid="C1.WPF.Gauge.GaugeMark.SourceProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.SourceProperty.html">SourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugeMark.Source.html#C1_WPF_Gauge_GaugeMark_Source">Source</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_StartPointProperty" data-uid="C1.WPF.Gauge.GaugeMark.StartPointProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.StartPointProperty.html">StartPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugeMark.StartPoint.html#C1_WPF_Gauge_GaugeMark_StartPoint">StartPoint</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_WidthProperty" data-uid="C1.WPF.Gauge.GaugeMark.WidthProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.WidthProperty.html">WidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugeMark.Width.html#C1_WPF_Gauge_GaugeMark_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_GaugeMark_EndPoint" data-uid="C1.WPF.Gauge.GaugeMark.EndPoint">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.EndPoint.html#C1_WPF_Gauge_GaugeMark_EndPoint">EndPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point in svg coordinates where the decorator ends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_Opacity" data-uid="C1.WPF.Gauge.GaugeMark.Opacity">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.Opacity.html#C1_WPF_Gauge_GaugeMark_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity used to paint the decorator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_Source" data-uid="C1.WPF.Gauge.GaugeMark.Source">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.Source.html#C1_WPF_Gauge_GaugeMark_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the uri of the source of the svg.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_StartPoint" data-uid="C1.WPF.Gauge.GaugeMark.StartPoint">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.StartPoint.html#C1_WPF_Gauge_GaugeMark_StartPoint">StartPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point in svg coordinates where the decorator starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Gauge_GaugeMark_Width" data-uid="C1.WPF.Gauge.GaugeMark.Width">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.Width.html#C1_WPF_Gauge_GaugeMark_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the mark.</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_GaugeMark_Render_System_Windows_Media_DrawingContext_System_Windows_Point_System_Windows_Point_System_Windows_Media_Brush_" data-uid="C1.WPF.Gauge.GaugeMark.Render(System.Windows.Media.DrawingContext,System.Windows.Point,System.Windows.Point,System.Windows.Media.Brush)">
          <a class="xref" href="C1.WPF.Gauge.GaugeMark.Render.html#C1_WPF_Gauge_GaugeMark_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 mark.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
