# DDCssLib.CSSDeclaration.AppendValue

## Content

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



<h1 id="DDCssLib_CSSDeclaration_AppendValue_" data-uid="DDCssLib.CSSDeclaration.AppendValue*">AppendValue Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="DDCssLib_CSSDeclaration_AppendValue_" data-uid="DDCssLib.CSSDeclaration.AppendValue*"></a>
<h4 id="DDCssLib_CSSDeclaration_AppendValue_DDCssLib_eCSSProperty_DDCssLib_CSSValue_" data-uid="DDCssLib.CSSDeclaration.AppendValue(DDCssLib.eCSSProperty,DDCssLib.CSSValue)">AppendValue(eCSSProperty, CSSValue)</h4>
<div class="markdown level1 summary"><p>Adds the specified value for the specified property to this CSSDeclaration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendValue(eCSSProperty aProperty, CSSValue 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="DDCssLib.eCSSProperty.html">eCSSProperty</a></td>
      <td><span class="parametername">aProperty</span></td>
      <td><p>The property the value should be used for.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="DDCssLib.CSSValue.html">CSSValue</a></td>
      <td><span class="parametername">aValue</span></td>
      <td><p>The value of the property.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="DDCssLib_CSSDeclaration_AppendValue_DDCssLib_eCSSProperty_DDCssLib_CSSValue__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method will keep track of the order that the properties are added in so
that when the CSS string is recreated, you have the capability to list the
properties in the same order as they were originally specified in the
declaration block.</p>
</div>
</div>
