# C1.iOS.Core.C1GradientLayer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_C1GradientLayer" data-uid="C1.iOS.Core.C1GradientLayer" class="text-break">C1GradientLayer Class
</h1>
  <div class="markdown level0 summary"><p>Advanced gradient layer.</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">C1GradientLayer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.html">C1.iOS.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_C1GradientLayer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GradientLayer : CAGradientLayer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GradientLayer
    Inherits CAGradientLayer</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_iOS_Core_C1GradientLayer__ctor" data-uid="C1.iOS.Core.C1GradientLayer.#ctor">
          <a class="xref" href="C1.iOS.Core.C1GradientLayer.-ctor.html#C1_iOS_Core_C1GradientLayer__ctor">C1GradientLayer()</a>
        </td>
        <td class="markdown level1 summary"></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_iOS_Core_C1GradientLayer_EndRadius" data-uid="C1.iOS.Core.C1GradientLayer.EndRadius">
          <a class="xref" href="C1.iOS.Core.C1GradientLayer.EndRadius.html#C1_iOS_Core_C1GradientLayer_EndRadius">EndRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the end radius of the gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1GradientLayer_MappingMode" data-uid="C1.iOS.Core.C1GradientLayer.MappingMode">
          <a class="xref" href="C1.iOS.Core.C1GradientLayer.MappingMode.html#C1_iOS_Core_C1GradientLayer_MappingMode">MappingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the definitions values are expressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1GradientLayer_StartRadius" data-uid="C1.iOS.Core.C1GradientLayer.StartRadius">
          <a class="xref" href="C1.iOS.Core.C1GradientLayer.StartRadius.html#C1_iOS_Core_C1GradientLayer_StartRadius">StartRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start radius of the gradient.</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_iOS_Core_C1GradientLayer_RenderInContext_CoreGraphics_CGContext_" data-uid="C1.iOS.Core.C1GradientLayer.RenderInContext(CoreGraphics.CGContext)">
          <a class="xref" href="C1.iOS.Core.C1GradientLayer.RenderInContext.html#C1_iOS_Core_C1GradientLayer_RenderInContext_CoreGraphics_CGContext_">RenderInContext(CGContext)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
