# C1.Util.DX.Direct2D.Effects.ConvolveMatrix.KernelUnitLength

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Direct2D_Effects_ConvolveMatrix_KernelUnitLength_" data-uid="C1.Util.DX.Direct2D.Effects.ConvolveMatrix.KernelUnitLength*">KernelUnitLength Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Direct2D_Effects_ConvolveMatrix_KernelUnitLength_" data-uid="C1.Util.DX.Direct2D.Effects.ConvolveMatrix.KernelUnitLength*"></a>
<h4 id="C1_Util_DX_Direct2D_Effects_ConvolveMatrix_KernelUnitLength" data-uid="C1.Util.DX.Direct2D.Effects.ConvolveMatrix.KernelUnitLength">KernelUnitLength</h4>
<div class="markdown level1 summary"><p>The size of one unit in the kernel. The units are in (DIPs/kernel unit), where a kernel unit is the size of the element in the convolution kernel. A value of 1 (DIP/kernel unit) corresponds to one pixel in a image at 96 DPI.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float KernelUnitLength { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property KernelUnitLength As Single</code></pre>
</div>
</div>
