# C1.Win.Themes.BaseC1FrameworkStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Themes_BaseC1FrameworkStyle" data-uid="C1.Win.Themes.BaseC1FrameworkStyle" class="text-break">BaseC1FrameworkStyle Class
</h1>
  <div class="markdown level0 summary"><p>Base C1Framework 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"><a class="xref" href="C1.Win.Themes.StyledPropertyCollection.html">StyledPropertyCollection</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Themes.BaseStyle.html">BaseStyle</a></div>
    <div class="level3"><span class="xref">BaseC1FrameworkStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Themes.html">C1.Win.Themes</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Themes_BaseC1FrameworkStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseC1FrameworkStyle : BaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseC1FrameworkStyle
    Inherits BaseStyle
    Implements INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle__ctor" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.#ctor">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.-ctor.html#C1_Win_Themes_BaseC1FrameworkStyle__ctor">BaseC1FrameworkStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.html">BaseC1FrameworkStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle__ctor_C1_Win_Themes_BaseThemeProvider_System_String_C1_Win_Themes_StyledPropertyInfo___" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.#ctor(C1.Win.Themes.BaseThemeProvider,System.String,C1.Win.Themes.StyledPropertyInfo[])">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.-ctor.html#C1_Win_Themes_BaseC1FrameworkStyle__ctor_C1_Win_Themes_BaseThemeProvider_System_String_C1_Win_Themes_StyledPropertyInfo___">BaseC1FrameworkStyle(BaseThemeProvider, string, params StyledPropertyInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.html">BaseC1FrameworkStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle__ctor_System_String_C1_Win_Themes_StyledPropertyInfo___" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.#ctor(System.String,C1.Win.Themes.StyledPropertyInfo[])">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.-ctor.html#C1_Win_Themes_BaseC1FrameworkStyle__ctor_System_String_C1_Win_Themes_StyledPropertyInfo___">BaseC1FrameworkStyle(string, params StyledPropertyInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.html">BaseC1FrameworkStyle</a>.</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_Win_Themes_BaseC1FrameworkStyle_BackBrushProvider" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.BackBrushProvider">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.BackBrushProvider.html#C1_Win_Themes_BaseC1FrameworkStyle_BackBrushProvider">BackBrushProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Framework.BackgroundBrushProvider.html">BackgroundBrushProvider</a> objects used to paint backgrounds.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle_ApplyToStyle_C1_Framework_Style_" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.ApplyToStyle(C1.Framework.Style)">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.ApplyToStyle.html#C1_Win_Themes_BaseC1FrameworkStyle_ApplyToStyle_C1_Framework_Style_">ApplyToStyle(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies style to destination <a class="xref" href="C1.Framework.Style.html">Style</a> object if it is possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle_Copy_C1_Win_Themes_BaseStyle_" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.Copy(C1.Win.Themes.BaseStyle)">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.Copy.html#C1_Win_Themes_BaseC1FrameworkStyle_Copy_C1_Win_Themes_BaseStyle_">Copy(BaseStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties of the specified style of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle_Dispose_System_Boolean_" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.Dispose.html#C1_Win_Themes_BaseC1FrameworkStyle_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle_GetStyle" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.GetStyle">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.GetStyle.html#C1_Win_Themes_BaseC1FrameworkStyle_GetStyle">GetStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new <a class="xref" href="C1.Framework.Style.html">Style</a> object that matches the current style if it is possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle_IsDefaultProperty_System_String_" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.IsDefaultProperty(System.String)">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.IsDefaultProperty.html#C1_Win_Themes_BaseC1FrameworkStyle_IsDefaultProperty_System_String_">IsDefaultProperty(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns value indicating whether the specified property is default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_BaseC1FrameworkStyle_ResetProperty_System_String_" data-uid="C1.Win.Themes.BaseC1FrameworkStyle.ResetProperty(System.String)">
          <a class="xref" href="C1.Win.Themes.BaseC1FrameworkStyle.ResetProperty.html#C1_Win_Themes_BaseC1FrameworkStyle_ResetProperty_System_String_">ResetProperty(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reset specified property to its default value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
