# C1.Util.DX.Direct2D.PropertyBindingAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_PropertyBindingAttribute" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute" class="text-break">PropertyBindingAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Metadata description for <a class="xref" href="C1.Util.DX.Direct2D.CustomEffect.html">CustomEffect</a> property binding.</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">PropertyBindingAttribute</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_PropertyBindingAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Property, Inherited = true)]
public class PropertyBindingAttribute : Attribute, _Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.Property, Inherited:=True)&gt;
Public Class PropertyBindingAttribute
    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_PropertyBindingAttribute__ctor_C1_Util_DX_Direct2D_BindingType_System_Int32_System_String_System_String_System_String_" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.#ctor(C1.Util.DX.Direct2D.BindingType,System.Int32,System.String,System.String,System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.-ctor.html#C1_Util_DX_Direct2D_PropertyBindingAttribute__ctor_C1_Util_DX_Direct2D_BindingType_System_Int32_System_String_System_String_System_String_">PropertyBindingAttribute(BindingType, int, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.html">PropertyBindingAttribute</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_PropertyBindingAttribute_BindingType" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.BindingType">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.BindingType.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_BindingType">BindingType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets binding type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_PropertyBindingAttribute_Default" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.Default">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.Default.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_PropertyBindingAttribute_DisplayName" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.DisplayName">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.DisplayName.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_DisplayName">DisplayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DisplayName.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_PropertyBindingAttribute_Max" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.Max">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.Max.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Max value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_PropertyBindingAttribute_Min" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.Min">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.Min.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Min value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_PropertyBindingAttribute_Order" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.Order">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.Order.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_Order">Order</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the order of this property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_PropertyBindingAttribute_Type" data-uid="C1.Util.DX.Direct2D.PropertyBindingAttribute.Type">
          <a class="xref" href="C1.Util.DX.Direct2D.PropertyBindingAttribute.Type.html#C1_Util_DX_Direct2D_PropertyBindingAttribute_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Type of the property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
