# C1.Maui.Core.C1Easing

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1Easing" data-uid="C1.Maui.Core.C1Easing" class="text-break">C1Easing Class
</h1>
  <div class="markdown level0 summary"><p>Easing function used to interpolate the values of an animation.</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">C1Easing</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1Easing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Easing</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Easing</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_Maui_Core_C1Easing__ctor" data-uid="C1.Maui.Core.C1Easing.#ctor">
          <a class="xref" href="C1.Maui.Core.C1Easing.-ctor.html#C1_Maui_Core_C1Easing__ctor">C1Easing()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Maui.Core.C1Easing.html">C1Easing</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Easing__ctor_System_Func_System_Double_System_Double__" data-uid="C1.Maui.Core.C1Easing.#ctor(System.Func{System.Double,System.Double})">
          <a class="xref" href="C1.Maui.Core.C1Easing.-ctor.html#C1_Maui_Core_C1Easing__ctor_System_Func_System_Double_System_Double__">C1Easing(Func&lt;double, double&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Maui.Core.C1Easing.html">C1Easing</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_Maui_Core_C1Easing_CircleIn" data-uid="C1.Maui.Core.C1Easing.CircleIn">
          <a class="xref" href="C1.Maui.Core.C1Easing.CircleIn.html#C1_Maui_Core_C1Easing_CircleIn">CircleIn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a circle easing function.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Easing_CircleOut" data-uid="C1.Maui.Core.C1Easing.CircleOut">
          <a class="xref" href="C1.Maui.Core.C1Easing.CircleOut.html#C1_Maui_Core_C1Easing_CircleOut">CircleOut</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a circle easing function.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Easing_Linear" data-uid="C1.Maui.Core.C1Easing.Linear">
          <a class="xref" href="C1.Maui.Core.C1Easing.Linear.html#C1_Maui_Core_C1Easing_Linear">Linear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a linear easing function.</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_Maui_Core_C1Easing_Ease_System_Double_" data-uid="C1.Maui.Core.C1Easing.Ease(System.Double)">
          <a class="xref" href="C1.Maui.Core.C1Easing.Ease.html#C1_Maui_Core_C1Easing_Ease_System_Double_">Ease(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the easing function to the specified value input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Easing_GetEasingFunction" data-uid="C1.Maui.Core.C1Easing.GetEasingFunction">
          <a class="xref" href="C1.Maui.Core.C1Easing.GetEasingFunction.html#C1_Maui_Core_C1Easing_GetEasingFunction">GetEasingFunction()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the easing function.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1Easing_op_Implicit_Microsoft_Maui_Easing__C1_Maui_Core_C1Easing" data-uid="C1.Maui.Core.C1Easing.op_Implicit(Microsoft.Maui.Easing)~C1.Maui.Core.C1Easing">
          <a class="xref" href="C1.Maui.Core.C1Easing.op_Implicit.html#C1_Maui_Core_C1Easing_op_Implicit_Microsoft_Maui_Easing__C1_Maui_Core_C1Easing">implicit operator C1Easing(Easing)</a>
        </td>
        <td class="markdown level1 summary"><p>Allows assigning a <a class="xref" href="C1.Maui.Core.C1Easing.html">C1Easing</a> from a Maui counterpart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
