# C1.WPF.Core.C1ActivityIndicator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_C1ActivityIndicator" data-uid="C1.WPF.Core.C1ActivityIndicator" class="text-break">C1ActivityIndicator Class
</h1>
  <div class="markdown level0 summary"><p>A visual control used to indicate that something is ongoing.</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.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">C1ActivityIndicator</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </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_C1ActivityIndicator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ActivityIndicator : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ActivityIndicator
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged</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_WPF_Core_C1ActivityIndicator__ctor" data-uid="C1.WPF.Core.C1ActivityIndicator.#ctor">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.-ctor.html#C1_WPF_Core_C1ActivityIndicator__ctor">C1ActivityIndicator()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.html">C1ActivityIndicator</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_WPF_Core_C1ActivityIndicator_EllipseDiameter" data-uid="C1.WPF.Core.C1ActivityIndicator.EllipseDiameter">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.EllipseDiameter.html#C1_WPF_Core_C1ActivityIndicator_EllipseDiameter">EllipseDiameter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the diameter of the ellipse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ActivityIndicator_EllipseOffset" data-uid="C1.WPF.Core.C1ActivityIndicator.EllipseOffset">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.EllipseOffset.html#C1_WPF_Core_C1ActivityIndicator_EllipseOffset">EllipseOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ellipse offset.</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_WPF_Core_C1ActivityIndicator_OnApplyTemplate" data-uid="C1.WPF.Core.C1ActivityIndicator.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.OnApplyTemplate.html#C1_WPF_Core_C1ActivityIndicator_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ActivityIndicator_OnPropertyChanged_System_String_" data-uid="C1.WPF.Core.C1ActivityIndicator.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.OnPropertyChanged.html#C1_WPF_Core_C1ActivityIndicator_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ActivityIndicator_OnRenderSizeChanged_System_Windows_SizeChangedInfo_" data-uid="C1.WPF.Core.C1ActivityIndicator.OnRenderSizeChanged(System.Windows.SizeChangedInfo)">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.OnRenderSizeChanged.html#C1_WPF_Core_C1ActivityIndicator_OnRenderSizeChanged_System_Windows_SizeChangedInfo_">OnRenderSizeChanged(SizeChangedInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1ActivityIndicator_PropertyChanged" data-uid="C1.WPF.Core.C1ActivityIndicator.PropertyChanged">
          <a class="xref" href="C1.WPF.Core.C1ActivityIndicator.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
