# C1.WPF.Gauge.GaugeMark.Width

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Gauge_GaugeMark_Width_" data-uid="C1.WPF.Gauge.GaugeMark.Width*">Width Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Gauge_GaugeMark_Width_" data-uid="C1.WPF.Gauge.GaugeMark.Width*"></a>
<h4 id="C1_WPF_Gauge_GaugeMark_Width" data-uid="C1.WPF.Gauge.GaugeMark.Width">Width</h4>
<div class="markdown level1 summary"><p>Gets or sets the width of the mark.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public double Width { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Width As Double</code></pre>
</div>
<h5 id="C1_WPF_Gauge_GaugeMark_Width_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this value is zero, a line will be drawn instead of a rectanble.
If this value is zero, the property <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> is not used.</p>
</div>
</div>
