# C1.WPF.C1ProgressIndicator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1ProgressIndicator" data-uid="C1.WPF.C1ProgressIndicator" class="text-break">C1ProgressIndicator Class
</h1>
  <div class="markdown level0 summary"><p>Visual element which indicates application busy state.</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.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1ProgressIndicator</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1ProgressIndicator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;LayoutRoot&quot;, Type = typeof(Panel))]
[TemplatePart(Name = &quot;HeaderPresenter&quot;, Type = typeof(ContentPresenter))]
[TemplatePart(Name = &quot;ProgressAnimation&quot;, Type = typeof(Storyboard))]
public class C1ProgressIndicator : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;LayoutRoot&quot;, Type:=GetType(Panel))&gt;
&lt;TemplatePart(Name:=&quot;HeaderPresenter&quot;, Type:=GetType(ContentPresenter))&gt;
&lt;TemplatePart(Name:=&quot;ProgressAnimation&quot;, Type:=GetType(Storyboard))&gt;
Public Class C1ProgressIndicator
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_C1ProgressIndicator__ctor" data-uid="C1.WPF.C1ProgressIndicator.#ctor">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.-ctor.html#C1_WPF_C1ProgressIndicator__ctor">C1ProgressIndicator()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.C1ProgressIndicator.html">C1ProgressIndicator</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderBackgroundProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderBackgroundProperty.html">HeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderBackground.html#C1_WPF_C1ProgressIndicator_HeaderBackground">HeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontFamilyProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontFamilyProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontFamilyProperty.html">HeaderFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontFamily.html#C1_WPF_C1ProgressIndicator_HeaderFontFamily">HeaderFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontSizeProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontSizeProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontSizeProperty.html">HeaderFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontSize.html#C1_WPF_C1ProgressIndicator_HeaderFontSize">HeaderFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontStretchProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontStretchProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontStretchProperty.html">HeaderFontStretchProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontStretch.html#C1_WPF_C1ProgressIndicator_HeaderFontStretch">HeaderFontStretch</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontStyleProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontStyleProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontStyleProperty.html">HeaderFontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontStyle.html#C1_WPF_C1ProgressIndicator_HeaderFontStyle">HeaderFontStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontWeightProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontWeightProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontWeightProperty.html">HeaderFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontWeight.html#C1_WPF_C1ProgressIndicator_HeaderFontWeight">HeaderFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderForegroundProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderForegroundProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderForegroundProperty.html">HeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderForeground.html#C1_WPF_C1ProgressIndicator_HeaderForeground">HeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderPaddingProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderPaddingProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderPaddingProperty.html">HeaderPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderPadding.html#C1_WPF_C1ProgressIndicator_HeaderPadding">HeaderPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderProperty.html">HeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.Header.html#C1_WPF_C1ProgressIndicator_Header">Header</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderTemplateProperty" data-uid="C1.WPF.C1ProgressIndicator.HeaderTemplateProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderTemplateProperty.html">HeaderTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderTemplate.html#C1_WPF_C1ProgressIndicator_HeaderTemplate">HeaderTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HorizontalHeaderAlignmentProperty" data-uid="C1.WPF.C1ProgressIndicator.HorizontalHeaderAlignmentProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HorizontalHeaderAlignmentProperty.html">HorizontalHeaderAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.HorizontalHeaderAlignment.html#C1_WPF_C1ProgressIndicator_HorizontalHeaderAlignment">HorizontalHeaderAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_IsActiveProperty" data-uid="C1.WPF.C1ProgressIndicator.IsActiveProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.IsActiveProperty.html">IsActiveProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.IsActive.html#C1_WPF_C1ProgressIndicator_IsActive">IsActive</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_VerticalHeaderAlignmentProperty" data-uid="C1.WPF.C1ProgressIndicator.VerticalHeaderAlignmentProperty">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.VerticalHeaderAlignmentProperty.html">VerticalHeaderAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ProgressIndicator.VerticalHeaderAlignment.html#C1_WPF_C1ProgressIndicator_VerticalHeaderAlignment">VerticalHeaderAlignment</a> dependency property.</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_C1ProgressIndicator_Header" data-uid="C1.WPF.C1ProgressIndicator.Header">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.Header.html#C1_WPF_C1ProgressIndicator_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header of this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderBackground" data-uid="C1.WPF.C1ProgressIndicator.HeaderBackground">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderBackground.html#C1_WPF_C1ProgressIndicator_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background brush of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontFamily" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontFamily">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontFamily.html#C1_WPF_C1ProgressIndicator_HeaderFontFamily">HeaderFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontSize" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontSize">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontSize.html#C1_WPF_C1ProgressIndicator_HeaderFontSize">HeaderFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontStretch" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontStretch">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontStretch.html#C1_WPF_C1ProgressIndicator_HeaderFontStretch">HeaderFontStretch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font stretch of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontStyle" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontStyle">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontStyle.html#C1_WPF_C1ProgressIndicator_HeaderFontStyle">HeaderFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderFontWeight" data-uid="C1.WPF.C1ProgressIndicator.HeaderFontWeight">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderFontWeight.html#C1_WPF_C1ProgressIndicator_HeaderFontWeight">HeaderFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderForeground" data-uid="C1.WPF.C1ProgressIndicator.HeaderForeground">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderForeground.html#C1_WPF_C1ProgressIndicator_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground brush of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderPadding" data-uid="C1.WPF.C1ProgressIndicator.HeaderPadding">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderPadding.html#C1_WPF_C1ProgressIndicator_HeaderPadding">HeaderPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HeaderTemplate" data-uid="C1.WPF.C1ProgressIndicator.HeaderTemplate">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HeaderTemplate.html#C1_WPF_C1ProgressIndicator_HeaderTemplate">HeaderTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data template used to display the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_HorizontalHeaderAlignment" data-uid="C1.WPF.C1ProgressIndicator.HorizontalHeaderAlignment">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.HorizontalHeaderAlignment.html#C1_WPF_C1ProgressIndicator_HorizontalHeaderAlignment">HorizontalHeaderAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HorizontalContentAlignment of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_IsActive" data-uid="C1.WPF.C1ProgressIndicator.IsActive">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.IsActive.html#C1_WPF_C1ProgressIndicator_IsActive">IsActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control is in the active state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ProgressIndicator_VerticalHeaderAlignment" data-uid="C1.WPF.C1ProgressIndicator.VerticalHeaderAlignment">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.VerticalHeaderAlignment.html#C1_WPF_C1ProgressIndicator_VerticalHeaderAlignment">VerticalHeaderAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the VerticalContentAlignment of the header.</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_C1ProgressIndicator_OnApplyTemplate" data-uid="C1.WPF.C1ProgressIndicator.OnApplyTemplate">
          <a class="xref" href="C1.WPF.C1ProgressIndicator.OnApplyTemplate.html#C1_WPF_C1ProgressIndicator_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.C1ProgressIndicator.html">C1ProgressIndicator</a> control when a new template is applied.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.WPF.Extensions.FindParent.html#C1_WPF_Extensions_FindParent__1_System_Windows_FrameworkElement_">Extensions.FindParent&lt;T&gt;(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetAllParents.html#C1_WPF_Extensions_GetAllParents_System_Windows_FrameworkElement_">Extensions.GetAllParents(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetVisualStateGroup.html#C1_WPF_Extensions_GetVisualStateGroup_System_Windows_FrameworkElement_System_String_">Extensions.GetVisualStateGroup(FrameworkElement, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___System_Windows_Data_IValueConverter_">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;, IValueConverter)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.C1TransformToVisual.html#C1_WPF_Extensions_C1TransformToVisual_System_Windows_UIElement_System_Windows_UIElement_">Extensions.C1TransformToVisual(UIElement, UIElement)</a>
  </div>

</div>
