# C1.Framework.DynamicStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_DynamicStyle" data-uid="C1.Framework.DynamicStyle" class="text-break">DynamicStyle Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for a dynamic style.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DynamicStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_DynamicStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DynamicStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DynamicStyle</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_DynamicStyle_Empty" data-uid="C1.Framework.DynamicStyle.Empty">
          <a class="xref" href="C1.Framework.DynamicStyle.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>The default empty dynamic style.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_DynamicStyle_BackBrushProvider" data-uid="C1.Framework.DynamicStyle.BackBrushProvider">
          <a class="xref" href="C1.Framework.DynamicStyle.BackBrushProvider.html#C1_Framework_DynamicStyle_BackBrushProvider">BackBrushProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush provider used to render the element background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_BackImage" data-uid="C1.Framework.DynamicStyle.BackImage">
          <a class="xref" href="C1.Framework.DynamicStyle.BackImage.html#C1_Framework_DynamicStyle_BackImage">BackImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image for the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_Border" data-uid="C1.Framework.DynamicStyle.Border">
          <a class="xref" href="C1.Framework.DynamicStyle.Border.html#C1_Framework_DynamicStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_BorderBottom" data-uid="C1.Framework.DynamicStyle.BorderBottom">
          <a class="xref" href="C1.Framework.DynamicStyle.BorderBottom.html#C1_Framework_DynamicStyle_BorderBottom">BorderBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> used to paint the bottom edge of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_BorderBrush" data-uid="C1.Framework.DynamicStyle.BorderBrush">
          <a class="xref" href="C1.Framework.DynamicStyle.BorderBrush.html#C1_Framework_DynamicStyle_BorderBrush">BorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush used to paint the borders around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_BorderLeft" data-uid="C1.Framework.DynamicStyle.BorderLeft">
          <a class="xref" href="C1.Framework.DynamicStyle.BorderLeft.html#C1_Framework_DynamicStyle_BorderLeft">BorderLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> used to paint the left edge of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_BorderRight" data-uid="C1.Framework.DynamicStyle.BorderRight">
          <a class="xref" href="C1.Framework.DynamicStyle.BorderRight.html#C1_Framework_DynamicStyle_BorderRight">BorderRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> used to paint the right edge of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_BorderTop" data-uid="C1.Framework.DynamicStyle.BorderTop">
          <a class="xref" href="C1.Framework.DynamicStyle.BorderTop.html#C1_Framework_DynamicStyle_BorderTop">BorderTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> used to paint the top edge of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_ForeColor" data-uid="C1.Framework.DynamicStyle.ForeColor">
          <a class="xref" href="C1.Framework.DynamicStyle.ForeColor.html#C1_Framework_DynamicStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to draw the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_Name" data-uid="C1.Framework.DynamicStyle.Name">
          <a class="xref" href="C1.Framework.DynamicStyle.Name.html#C1_Framework_DynamicStyle_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_Owner" data-uid="C1.Framework.DynamicStyle.Owner">
          <a class="xref" href="C1.Framework.DynamicStyle.Owner.html#C1_Framework_DynamicStyle_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style owner object, such as XStyleSet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_RightToLeft" data-uid="C1.Framework.DynamicStyle.RightToLeft">
          <a class="xref" href="C1.Framework.DynamicStyle.RightToLeft.html#C1_Framework_DynamicStyle_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the right-to-left mode is on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DynamicStyle_TextDecoration" data-uid="C1.Framework.DynamicStyle.TextDecoration">
          <a class="xref" href="C1.Framework.DynamicStyle.TextDecoration.html#C1_Framework_DynamicStyle_TextDecoration">TextDecoration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Underline or Strikeout effects should be used or not used when drawing the text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
