# C1.WPF.Core.IAutomationProperties

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_IAutomationProperties" data-uid="C1.WPF.Core.IAutomationProperties" class="text-break">IAutomationProperties Interface
</h1>
  <div class="markdown level0 summary"><p>Defines a contract for elements that explicitly support the <a class="xref" href="C1.WPF.Core.AutomationProperties.EnabledProperty.html">EnabledProperty</a>
attached property and are capable of handling its value, including the ability to be set,
cleared (via <code>null</code>), and queried.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_IAutomationProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAutomationProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAutomationProperties</code></pre>
  </div>
  <h5 id="C1_WPF_Core_IAutomationProperties_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Implementing this interface indicates that the element participates in the inheritance
mechanism of <a class="xref" href="C1.WPF.Core.AutomationProperties.EnabledProperty.html">EnabledProperty</a> and can have its automation
state controlled either locally or through the global default.</p>
</div>
  <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_WPF_Core_IAutomationProperties_AutomationEnabled" data-uid="C1.WPF.Core.IAutomationProperties.AutomationEnabled">
          <a class="xref" href="C1.WPF.Core.IAutomationProperties.AutomationEnabled.html#C1_WPF_Core_IAutomationProperties_AutomationEnabled">AutomationEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a nullable boolean value indicating whether automation is enabled for the element and
an automation peer will be created when requested by system.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
