ComponentOne Basic Library for WPF and Silverlight
C1ProgressIndicator Class
Members 


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

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               C1.Silverlight.C1ProgressIndicator

See Also

Reference

C1ProgressIndicator Members
C1.Silverlight Namespace