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

In This Topic
    C1ProgressBar Class
    In This Topic
    Visual element which indicates the progress of an operation. C1ProgressBar represents a control that indicates indeterminate progress of an operation.
    Object Model
    C1ProgressBar Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Indeterminate", GroupName="CommonStates")>
    Public Class C1ProgressBar 
       Inherits System.Windows.Controls.Primitives.RangeBase
    [TemplateVisualState(Name="Indeterminate", GroupName="CommonStates")]
    public class C1ProgressBar : System.Windows.Controls.Primitives.RangeBase 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.Primitives.RangeBase
                      C1.Silverlight.C1ProgressBar

    See Also