# DDCssLib.StyleSheetRule.FontStyle

## Content

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



<h1 id="DDCssLib_StyleSheetRule_FontStyle_" data-uid="DDCssLib.StyleSheetRule.FontStyle*">FontStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="DDCssLib_StyleSheetRule_FontStyle_" data-uid="DDCssLib.StyleSheetRule.FontStyle*"></a>
<h4 id="DDCssLib_StyleSheetRule_FontStyle" data-uid="DDCssLib.StyleSheetRule.FontStyle">FontStyle</h4>
<div class="markdown level1 summary"><p>Returns the font-style declaration value.<br>
If a value cannot be found from neither this declaration, nor the parent style,
then ddFontStyleTypes.Inherit will be returned to allow the caller to determine how to handle the condition.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ddFontStyleTypes FontStyle { get; set; }</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="DDCssLib.IStyleSheetRule.FontStyle.html#DDCssLib_IStyleSheetRule_FontStyle">IStyleSheetRule.FontStyle</a></div>
</div>
