# C1.Util.DX.Direct2D.CustomEffectInputAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_CustomEffectInputAttribute" data-uid="C1.Util.DX.Direct2D.CustomEffectInputAttribute" class="text-break">CustomEffectInputAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Input attribute for <a class="xref" href="C1.Util.DX.Direct2D.CustomEffect.html">CustomEffect</a> description.</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="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><span class="xref">CustomEffectInputAttribute</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._attribute">_Attribute</a></div>
  </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.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_CustomEffectInputAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class CustomEffectInputAttribute : Attribute, _Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.Class, Inherited:=True, AllowMultiple:=True)&gt;
Public Class CustomEffectInputAttribute
    Inherits Attribute
    Implements _Attribute</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_Util_DX_Direct2D_CustomEffectInputAttribute__ctor_System_String_" data-uid="C1.Util.DX.Direct2D.CustomEffectInputAttribute.#ctor(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.CustomEffectInputAttribute.-ctor.html#C1_Util_DX_Direct2D_CustomEffectInputAttribute__ctor_System_String_">CustomEffectInputAttribute(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Util.DX.Direct2D.CustomEffectInputAttribute.html">CustomEffectInputAttribute</a> attribute.</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_Util_DX_Direct2D_CustomEffectInputAttribute_Input" data-uid="C1.Util.DX.Direct2D.CustomEffectInputAttribute.Input">
          <a class="xref" href="C1.Util.DX.Direct2D.CustomEffectInputAttribute.Input.html#C1_Util_DX_Direct2D_CustomEffectInputAttribute_Input">Input</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Input name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
