# C1.Util.DX.Animation.Dependencies

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Animation_Dependencies" data-uid="C1.Util.DX.Animation.Dependencies" class="text-break">Dependencies Enum
</h1>
  <div class="markdown level0 summary"><p>UI_ANIMATION_DEPENDENCIES</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Animation.html">C1.Util.DX.Animation</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_Animation_Dependencies_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Dependencies</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Dependencies</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_Animation_Dependencies_Duration">Duration</td>
        <td><p>UI_ANIMATION_DEPENDENCY_DURATION</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Animation_Dependencies_FinalValue">FinalValue</td>
        <td><p>UI_ANIMATION_DEPENDENCY_FINAL_VALUE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Animation_Dependencies_FinalVelocity">FinalVelocity</td>
        <td><p>UI_ANIMATION_DEPENDENCY_FINAL_VELOCITY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Animation_Dependencies_IntermediateValues">IntermediateValues</td>
        <td><p>UI_ANIMATION_DEPENDENCY_INTERMEDIATE_VALUES</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Animation_Dependencies_None">None</td>
        <td><p>UI_ANIMATION_DEPENDENCY_NONE</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
