ComponentOne Basic Library for WPF and Silverlight
C1ProgressBar Class
Members 


C1.WPF Namespace : C1ProgressBar Class
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
 
<System.ComponentModel.LicenseProviderAttribute()>
<System.Windows.TemplateVisualStateAttribute(Name="Indeterminate", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Determinate", GroupName="CommonStates")>
Public Class C1ProgressBar 
   Inherits System.Windows.Controls.Primitives.RangeBase
'Usage
 
Dim instance As C1ProgressBar
[System.ComponentModel.LicenseProvider()]
[System.Windows.TemplateVisualState(Name="Indeterminate", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Determinate", GroupName="CommonStates")]
public class C1ProgressBar : System.Windows.Controls.Primitives.RangeBase 
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
                     System.Windows.Controls.Primitives.RangeBase
                        C1.WPF.C1ProgressBar

See Also

Reference

C1ProgressBar Members
C1.WPF Namespace