# C1.Util.DX.Direct2D.Properties

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_Properties" data-uid="C1.Util.DX.Direct2D.Properties" class="text-break">Properties Class
</h1>
  <div class="markdown level0 summary"><p>ID2D1Properties</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="C1.Util.DX.DisposeBase.html">DisposeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Util.DX.CppObject.html">CppObject</a></div>
    <div class="level3"><a class="xref" href="C1.Util.DX.ComObject.html">ComObject</a></div>
    <div class="level4"><span class="xref">Properties</span></div>
      <div class="level5"><a class="xref" href="C1.Util.DX.Direct2D.Effect.html">Effect</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.Util.DX.IUnknown.html">IUnknown</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.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_Properties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;483473d7-cd46-4f9d-9d3a-3112aa80159d&quot;)]
public class Properties : ComObject, IDisposable, IUnknown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;483473d7-cd46-4f9d-9d3a-3112aa80159d&quot;)&gt;
Public Class Properties
    Inherits ComObject
    Implements IDisposable, IUnknown</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_Properties__ctor_System_IntPtr_" data-uid="C1.Util.DX.Direct2D.Properties.#ctor(System.IntPtr)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.-ctor.html#C1_Util_DX_Direct2D_Properties__ctor_System_IntPtr_">Properties(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.Direct2D.Properties.html">Properties</a> class.</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_Properties_Cached" data-uid="C1.Util.DX.Direct2D.Properties.Cached">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.Cached.html#C1_Util_DX_Direct2D_Properties_Cached">Cached</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Cached property.</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_Util_DX_Direct2D_Properties_GetBoolValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetBoolValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetBoolValue.html#C1_Util_DX_Direct2D_Properties_GetBoolValue_System_Int32_">GetBoolValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetBoolValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetBoolValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetBoolValueByName.html#C1_Util_DX_Direct2D_Properties_GetBoolValueByName_System_String_">GetBoolValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetColorFValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetColorFValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetColorFValue.html#C1_Util_DX_Direct2D_Properties_GetColorFValue_System_Int32_">GetColorFValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetColorFValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetColorFValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetColorFValueByName.html#C1_Util_DX_Direct2D_Properties_GetColorFValueByName_System_String_">GetColorFValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetComObjectValueByName__1_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetComObjectValueByName``1(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetComObjectValueByName.html#C1_Util_DX_Direct2D_Properties_GetComObjectValueByName__1_System_String_">GetComObjectValueByName&lt;T&gt;(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetComObjectValue__1_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetComObjectValue``1(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetComObjectValue.html#C1_Util_DX_Direct2D_Properties_GetComObjectValue__1_System_Int32_">GetComObjectValue&lt;T&gt;(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetEnumValueByName__1_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetEnumValueByName``1(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetEnumValueByName.html#C1_Util_DX_Direct2D_Properties_GetEnumValueByName__1_System_String_">GetEnumValueByName&lt;T&gt;(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetEnumValue__1_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetEnumValue``1(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetEnumValue.html#C1_Util_DX_Direct2D_Properties_GetEnumValue__1_System_Int32_">GetEnumValue&lt;T&gt;(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetFloatValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetFloatValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetFloatValue.html#C1_Util_DX_Direct2D_Properties_GetFloatValue_System_Int32_">GetFloatValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetFloatValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetFloatValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetFloatValueByName.html#C1_Util_DX_Direct2D_Properties_GetFloatValueByName_System_String_">GetFloatValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetGuidValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetGuidValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetGuidValue.html#C1_Util_DX_Direct2D_Properties_GetGuidValue_System_Int32_">GetGuidValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetGuidValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetGuidValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetGuidValueByName.html#C1_Util_DX_Direct2D_Properties_GetGuidValueByName_System_String_">GetGuidValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetIntValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetIntValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetIntValue.html#C1_Util_DX_Direct2D_Properties_GetIntValue_System_Int32_">GetIntValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetIntValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetIntValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetIntValueByName.html#C1_Util_DX_Direct2D_Properties_GetIntValueByName_System_String_">GetIntValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetMatrix3x2Value_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetMatrix3x2Value(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetMatrix3x2Value.html#C1_Util_DX_Direct2D_Properties_GetMatrix3x2Value_System_Int32_">GetMatrix3x2Value(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetMatrix3x2ValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetMatrix3x2ValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetMatrix3x2ValueByName.html#C1_Util_DX_Direct2D_Properties_GetMatrix3x2ValueByName_System_String_">GetMatrix3x2ValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetMatrix4x4Value_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetMatrix4x4Value(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetMatrix4x4Value.html#C1_Util_DX_Direct2D_Properties_GetMatrix4x4Value_System_Int32_">GetMatrix4x4Value(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetMatrix4x4ValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetMatrix4x4ValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetMatrix4x4ValueByName.html#C1_Util_DX_Direct2D_Properties_GetMatrix4x4ValueByName_System_String_">GetMatrix4x4ValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetMatrix5x4Value_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetMatrix5x4Value(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetMatrix5x4Value.html#C1_Util_DX_Direct2D_Properties_GetMatrix5x4Value_System_Int32_">GetMatrix5x4Value(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetMatrix5x4ValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetMatrix5x4ValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetMatrix5x4ValueByName.html#C1_Util_DX_Direct2D_Properties_GetMatrix5x4ValueByName_System_String_">GetMatrix5x4ValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPoint2FValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetPoint2FValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPoint2FValue.html#C1_Util_DX_Direct2D_Properties_GetPoint2FValue_System_Int32_">GetPoint2FValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPoint2FValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetPoint2FValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPoint2FValueByName.html#C1_Util_DX_Direct2D_Properties_GetPoint2FValueByName_System_String_">GetPoint2FValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPropertyCount" data-uid="C1.Util.DX.Direct2D.Properties.GetPropertyCount">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPropertyCount.html#C1_Util_DX_Direct2D_Properties_GetPropertyCount">GetPropertyCount()</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int ID2D1Properties::GetPropertyCount()</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPropertyIndex_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetPropertyIndex(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPropertyIndex.html#C1_Util_DX_Direct2D_Properties_GetPropertyIndex_System_String_">GetPropertyIndex(string)</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int ID2D1Properties::GetPropertyIndex([In] const wchar_t* name)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPropertyName_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetPropertyName(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPropertyName.html#C1_Util_DX_Direct2D_Properties_GetPropertyName_System_Int32_">GetPropertyName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of characters for the given property name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPropertyName_System_Int32_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetPropertyName(System.Int32,System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPropertyName.html#C1_Util_DX_Direct2D_Properties_GetPropertyName_System_Int32_System_IntPtr_System_Int32_">GetPropertyName(int, IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1Properties::GetPropertyName([In] unsigned int index,[Out, Buffer] wchar_t* name,[In] unsigned int nameCount)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetPropertyNameLength_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetPropertyNameLength(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetPropertyNameLength.html#C1_Util_DX_Direct2D_Properties_GetPropertyNameLength_System_Int32_">GetPropertyNameLength(int)</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int ID2D1Properties::GetPropertyNameLength([In] unsigned int index)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetRectFValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetRectFValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetRectFValue.html#C1_Util_DX_Direct2D_Properties_GetRectFValue_System_Int32_">GetRectFValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetRectFValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetRectFValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetRectFValueByName.html#C1_Util_DX_Direct2D_Properties_GetRectFValueByName_System_String_">GetRectFValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetSubProperties_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetSubProperties(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetSubProperties.html#C1_Util_DX_Direct2D_Properties_GetSubProperties_System_Int32_">GetSubProperties(int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1Properties::GetSubProperties([In] unsigned int index,[Out, Optional] ID2D1Properties** subProperties)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetTypeInfo_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetTypeInfo(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetTypeInfo.html#C1_Util_DX_Direct2D_Properties_GetTypeInfo_System_Int32_">GetTypeInfo(int)</a>
        </td>
        <td class="markdown level1 summary"><p>D2D1_PROPERTY_TYPE ID2D1Properties::GetType([In] unsigned int index)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetUIntValue_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetUIntValue(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetUIntValue.html#C1_Util_DX_Direct2D_Properties_GetUIntValue_System_Int32_">GetUIntValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetUIntValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetUIntValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetUIntValueByName.html#C1_Util_DX_Direct2D_Properties_GetUIntValueByName_System_String_">GetUIntValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetValue_System_Int32_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetValue(System.Int32,C1.Util.DX.Direct2D.PropertyType,System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetValue.html#C1_Util_DX_Direct2D_Properties_GetValue_System_Int32_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_">GetValue(int, PropertyType, IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1Properties::GetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetValueByName_System_String_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetValueByName(System.String,C1.Util.DX.Direct2D.PropertyType,System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetValueByName.html#C1_Util_DX_Direct2D_Properties_GetValueByName_System_String_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_">GetValueByName(string, PropertyType, IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1Properties::GetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetValueSize_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetValueSize(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetValueSize.html#C1_Util_DX_Direct2D_Properties_GetValueSize_System_Int32_">GetValueSize(int)</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int ID2D1Properties::GetValueSize([In] unsigned int index)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetValue__1_System_Int32_C1_Util_DX_Direct2D_PropertyType_" data-uid="C1.Util.DX.Direct2D.Properties.GetValue``1(System.Int32,C1.Util.DX.Direct2D.PropertyType)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetValue.html#C1_Util_DX_Direct2D_Properties_GetValue__1_System_Int32_C1_Util_DX_Direct2D_PropertyType_">GetValue&lt;T&gt;(int, PropertyType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetValue__1_System_String_C1_Util_DX_Direct2D_PropertyType_" data-uid="C1.Util.DX.Direct2D.Properties.GetValue``1(System.String,C1.Util.DX.Direct2D.PropertyType)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetValue.html#C1_Util_DX_Direct2D_Properties_GetValue__1_System_String_C1_Util_DX_Direct2D_PropertyType_">GetValue&lt;T&gt;(string, PropertyType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetVector2Value_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetVector2Value(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetVector2Value.html#C1_Util_DX_Direct2D_Properties_GetVector2Value_System_Int32_">GetVector2Value(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetVector2ValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetVector2ValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetVector2ValueByName.html#C1_Util_DX_Direct2D_Properties_GetVector2ValueByName_System_String_">GetVector2ValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetVector3Value_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetVector3Value(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetVector3Value.html#C1_Util_DX_Direct2D_Properties_GetVector3Value_System_Int32_">GetVector3Value(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetVector3ValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetVector3ValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetVector3ValueByName.html#C1_Util_DX_Direct2D_Properties_GetVector3ValueByName_System_String_">GetVector3ValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetVector4Value_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.GetVector4Value(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetVector4Value.html#C1_Util_DX_Direct2D_Properties_GetVector4Value_System_Int32_">GetVector4Value(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_GetVector4ValueByName_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.GetVector4ValueByName(System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.GetVector4ValueByName.html#C1_Util_DX_Direct2D_Properties_GetVector4ValueByName_System_String_">GetVector4ValueByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified property by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetEnumValue__1_System_Int32___0_" data-uid="C1.Util.DX.Direct2D.Properties.SetEnumValue``1(System.Int32,``0)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetEnumValue.html#C1_Util_DX_Direct2D_Properties_SetEnumValue__1_System_Int32___0_">SetEnumValue&lt;T&gt;(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_ColorF_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.ColorF)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_ColorF_">SetValue(int, ColorF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Direct2D.PropertyType,System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_">SetValue(int, PropertyType, IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1Properties::SetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Matrix3x2_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Matrix3x2)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Matrix3x2_">SetValue(int, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Matrix4x4_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Matrix4x4)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Matrix4x4_">SetValue(int, Matrix4x4)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Matrix5x4_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Matrix5x4)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Matrix5x4_">SetValue(int, Matrix5x4)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Point2F_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Point2F)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Point2F_">SetValue(int, Point2F)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_RectF_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.RectF)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_RectF_">SetValue(int, RectF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Vector2_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Vector2)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Vector2_">SetValue(int, Vector2)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Vector3_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Vector3)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Vector3_">SetValue(int, Vector3)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Vector4_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,C1.Util.DX.Vector4)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_C1_Util_DX_Vector4_">SetValue(int, Vector4)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Boolean_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Boolean_">SetValue(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Guid_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,System.Guid)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Guid_">SetValue(int, Guid)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Int32_">SetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Single_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,System.Single)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_Single_">SetValue(int, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_String_">SetValue(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_UInt32_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue(System.Int32,System.UInt32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue_System_Int32_System_UInt32_">SetValue(int, uint)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_ColorF_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.ColorF)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_ColorF_">SetValueByName(string, ColorF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Direct2D.PropertyType,System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Direct2D_PropertyType_System_IntPtr_System_Int32_">SetValueByName(string, PropertyType, IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1Properties::SetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Matrix3x2_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Matrix3x2)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Matrix3x2_">SetValueByName(string, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Matrix4x4_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Matrix4x4)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Matrix4x4_">SetValueByName(string, Matrix4x4)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Matrix5x4_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Matrix5x4)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Matrix5x4_">SetValueByName(string, Matrix5x4)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Point2F_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Point2F)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Point2F_">SetValueByName(string, Point2F)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_RectF_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.RectF)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_RectF_">SetValueByName(string, RectF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Vector2_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Vector2)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Vector2_">SetValueByName(string, Vector2)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Vector3_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Vector3)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Vector3_">SetValueByName(string, Vector3)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Vector4_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,C1.Util.DX.Vector4)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_C1_Util_DX_Vector4_">SetValueByName(string, Vector4)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Boolean_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,System.Boolean)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Boolean_">SetValueByName(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Guid_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,System.Guid)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Guid_">SetValueByName(string, Guid)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Int32_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Int32_">SetValueByName(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Single_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,System.Single)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_Single_">SetValueByName(string, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_String_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,System.String)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_String_">SetValueByName(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_UInt32_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName(System.String,System.UInt32)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName_System_String_System_UInt32_">SetValueByName(string, uint)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName__1_System_String_C1_Util_DX_Direct2D_PropertyType___0_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName``1(System.String,C1.Util.DX.Direct2D.PropertyType,``0)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName__1_System_String_C1_Util_DX_Direct2D_PropertyType___0_">SetValueByName&lt;T&gt;(string, PropertyType, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValueByName__1_System_String___0_" data-uid="C1.Util.DX.Direct2D.Properties.SetValueByName``1(System.String,``0)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValueByName.html#C1_Util_DX_Direct2D_Properties_SetValueByName__1_System_String___0_">SetValueByName&lt;T&gt;(string, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue__1_System_Int32_C1_Util_DX_Direct2D_PropertyType___0_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue``1(System.Int32,C1.Util.DX.Direct2D.PropertyType,``0)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue__1_System_Int32_C1_Util_DX_Direct2D_PropertyType___0_">SetValue&lt;T&gt;(int, PropertyType, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Properties_SetValue__1_System_Int32___0_" data-uid="C1.Util.DX.Direct2D.Properties.SetValue``1(System.Int32,``0)">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.SetValue.html#C1_Util_DX_Direct2D_Properties_SetValue__1_System_Int32___0_">SetValue&lt;T&gt;(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named property to the given value.</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_Util_DX_Direct2D_Properties_op_Explicit_System_IntPtr__C1_Util_DX_Direct2D_Properties" data-uid="C1.Util.DX.Direct2D.Properties.op_Explicit(System.IntPtr)~C1.Util.DX.Direct2D.Properties">
          <a class="xref" href="C1.Util.DX.Direct2D.Properties.op_Explicit.html#C1_Util_DX_Direct2D_Properties_op_Explicit_System_IntPtr__C1_Util_DX_Direct2D_Properties">explicit operator Properties(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> to <a class="xref" href="C1.Util.DX.Direct2D.Properties.html">Properties</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
