# C1.Schedule.C1BrushFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_C1BrushFactory" data-uid="C1.Schedule.C1BrushFactory" class="text-break">C1BrushFactory Class
</h1>
  <div class="markdown level0 summary"><p>This factory class allows to register platform-specific type which should be used instead of the <a class="xref" href="C1.Schedule.C1Brush.html">C1Brush</a> type.</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">C1BrushFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_C1BrushFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class C1BrushFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module C1BrushFactory</code></pre>
  </div>
  <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_Schedule_C1BrushFactory_C1BrushType" data-uid="C1.Schedule.C1BrushFactory.C1BrushType">
          <a class="xref" href="C1.Schedule.C1BrushFactory.C1BrushType.html#C1_Schedule_C1BrushFactory_C1BrushType">C1BrushType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns runtime type for C1Brush implementation.</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_Schedule_C1BrushFactory_Get" data-uid="C1.Schedule.C1BrushFactory.Get">
          <a class="xref" href="C1.Schedule.C1BrushFactory.Get.html#C1_Schedule_C1BrushFactory_Get">Get()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns new instance of the registered C1Brush type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_C1BrushFactory_Register__1" data-uid="C1.Schedule.C1BrushFactory.Register``1">
          <a class="xref" href="C1.Schedule.C1BrushFactory.Register.html#C1_Schedule_C1BrushFactory_Register__1">Register&lt;Ti&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Registers the type which should be used instead of the <a class="xref" href="C1.Schedule.C1Brush.html">C1Brush</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
