ComponentOne FinancialChart for WPF
C1ProgressIndicator Class
Members 



C1.WPF Namespace : C1ProgressIndicator Class
Visual element which indicates application busy state. C1ProgressIndicator represents a control that indicates applycation busy state.
Syntax
'Declaration
 
<LicenseProviderAttribute()>
<TemplatePartAttribute(Name="LayoutRoot", Type=System.Windows.Controls.Panel)>
<TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="ProgressAnimation", Type=System.Windows.Media.Animation.Storyboard)>
Public Class C1ProgressIndicator 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As C1ProgressIndicator
[LicenseProvider()]
[TemplatePart(Name="LayoutRoot", Type=System.Windows.Controls.Panel)]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePart(Name="ProgressAnimation", Type=System.Windows.Media.Animation.Storyboard)]
public class C1ProgressIndicator : System.Windows.Controls.Control 
[LicenseProvider()]
[TemplatePart(Name="LayoutRoot", Type=System.Windows.Controls.Panel)]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePart(Name="ProgressAnimation", Type=System.Windows.Media.Animation.Storyboard)]
public ref class C1ProgressIndicator : public System.Windows.Controls.Control 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     C1.WPF.C1ProgressIndicator

See Also

Reference

C1ProgressIndicator Members
C1.WPF Namespace