# GrapeCity.Wpf.SpreadSheet.PaintingContext.GetBrush

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_PaintingContext_GetBrush_" data-uid="GrapeCity.Wpf.SpreadSheet.PaintingContext.GetBrush*">GetBrush Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_PaintingContext_GetBrush_" data-uid="GrapeCity.Wpf.SpreadSheet.PaintingContext.GetBrush*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_PaintingContext_GetBrush_GrapeCity_Spreadsheet_Fill_" data-uid="GrapeCity.Wpf.SpreadSheet.PaintingContext.GetBrush(GrapeCity.Spreadsheet.Fill)">GetBrush(Fill)</h4>
<div class="markdown level1 summary"><p>Converts <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.Fill.html">Fill</a> value to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Brush GetBrush(Fill fill)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetBrush(fill As Fill) As Brush</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.Fill.html">Fill</a></td>
      <td><span class="parametername">fill</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a></td>
      <td><p>The converted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Wpf_SpreadSheet_PaintingContext_GetBrush_" data-uid="GrapeCity.Wpf.SpreadSheet.PaintingContext.GetBrush*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_PaintingContext_GetBrush_GrapeCity_Spreadsheet_Color_" data-uid="GrapeCity.Wpf.SpreadSheet.PaintingContext.GetBrush(GrapeCity.Spreadsheet.Color)">GetBrush(Color)</h4>
<div class="markdown level1 summary"><p>Converts <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.Color.html">Color</a> value to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Brush GetBrush(Color color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetBrush(color As Color) As Brush</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.Color.html">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>The color value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a></td>
      <td><p>The converted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
