Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ProgressIndicator Class
Members

In This Topic
    C1ProgressIndicator Class
    In This Topic
    Visual element which indicates application busy state. C1ProgressIndicator represents a control that indicates applycation busy state.
    Object Model
    C1ProgressIndicator Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="LayoutRoot", Type=System.Windows.Controls.Panel)>
    Public Class C1ProgressIndicator 
       Inherits System.Windows.Controls.Control
    [TemplatePart(Name="LayoutRoot", Type=System.Windows.Controls.Panel)]
    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