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