# DDCssLib.CSSValue.SetPercentValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="DDCssLib_CSSValue_SetPercentValue_" data-uid="DDCssLib.CSSValue.SetPercentValue*">SetPercentValue Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="DDCssLib_CSSValue_SetPercentValue_" data-uid="DDCssLib.CSSValue.SetPercentValue*"></a>
<h4 id="DDCssLib_CSSValue_SetPercentValue_System_Single_" data-uid="DDCssLib.CSSValue.SetPercentValue(System.Single)">SetPercentValue(float)</h4>
<div class="markdown level1 summary"><p>Specifies the value as a percent.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetPercentValue(float aValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">aValue</span></td>
      <td><p>A percentage (0-100) value.  According to CSS this value
could range from negative to greater than 100.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
