# C1.Win.Schedule.C1Brush

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_C1Brush" data-uid="C1.Win.Schedule.C1Brush" class="text-break">C1Brush Class
</h1>
  <div class="markdown level0 summary"><p>The WinForms implementation of C1Brush class. Creates the <a class="xref" href="C1.Win.Schedule.C1Brush.Brush.html#C1_Win_Schedule_C1Brush_Brush">Brush</a> object which can be used for drawing based on the C1Brush definition.</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.ScheduleCore/C1.Schedule.C1Brush.html">C1Brush</a></div>
    <div class="level2"><span class="xref">C1Brush</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.html">C1.Win.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.ScheduleCore.dll</h6>
  <h5 id="C1_Win_Schedule_C1Brush_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Brush : C1Brush, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Brush
    Inherits C1Brush
    Implements ISerializable</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_Schedule_C1Brush__ctor" data-uid="C1.Win.Schedule.C1Brush.#ctor">
          <a class="xref" href="C1.Win.Schedule.C1Brush.-ctor.html#C1_Win_Schedule_C1Brush__ctor">C1Brush()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the new <a class="xref" href="C1.Win.Schedule.C1Brush.html">C1Brush</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Brush__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="C1.Win.Schedule.C1Brush.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="C1.Win.Schedule.C1Brush.-ctor.html#C1_Win_Schedule_C1Brush__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">C1Brush(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Special constructor for de-serialization.</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_Schedule_C1Brush_Brush" data-uid="C1.Win.Schedule.C1Brush.Brush">
          <a class="xref" href="C1.Win.Schedule.C1Brush.Brush.html#C1_Win_Schedule_C1Brush_Brush">Brush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the brush object which can be used for drawing.</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_Schedule_C1Brush_Equals_System_Object_" data-uid="C1.Win.Schedule.C1Brush.Equals(System.Object)">
          <a class="xref" href="C1.Win.Schedule.C1Brush.Equals.html#C1_Win_Schedule_C1Brush_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Brush_GetHashCode" data-uid="C1.Win.Schedule.C1Brush.GetHashCode">
          <a class="xref" href="C1.Win.Schedule.C1Brush.GetHashCode.html#C1_Win_Schedule_C1Brush_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Brush_OnPropertyChanged" data-uid="C1.Win.Schedule.C1Brush.OnPropertyChanged">
          <a class="xref" href="C1.Win.Schedule.C1Brush.OnPropertyChanged.html#C1_Win_Schedule_C1Brush_OnPropertyChanged">OnPropertyChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called on any property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
