# C1.Util.DX.Direct2D.LinearTransferProperties

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Direct2D_LinearTransferProperties" data-uid="C1.Util.DX.Direct2D.LinearTransferProperties" class="text-break">LinearTransferProperties Enum
</h1>
  <div class="markdown level0 summary"><p>D2D1_LINEARTRANSFER_PROP</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct2D.html">C1.Util.DX.Direct2D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_LinearTransferProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LinearTransferProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LinearTransferProperties</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_AlphaDisable">AlphaDisable</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_AlphaSlope">AlphaSlope</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_AlphaYIntercept">AlphaYIntercept</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_BlueDisable">BlueDisable</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_BLUE_DISABLE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_BlueSlope">BlueSlope</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_BLUE_SLOPE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_BlueYIntercept">BlueYIntercept</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_ClampOutput">ClampOutput</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_GreenDisable">GreenDisable</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_GREEN_DISABLE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_GreenSlope">GreenSlope</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_GREEN_SLOPE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_GreenYIntercept">GreenYIntercept</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_RedDisable">RedDisable</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_RED_DISABLE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_RedSlope">RedSlope</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_RED_SLOPE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_LinearTransferProperties_RedYIntercept">RedYIntercept</td>
        <td><p>D2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
