C1ProgressBar represents a control that indicates indeterminate progress of an operation.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplatePartAttribute(Name = "EmbeddedProgressBar", Type = typeof(ProgressBar))]
[TemplateVisualStateAttribute(Name = "Hidden", GroupName = "VisibilityStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "VisibilityStates")]
public class C1ProgressBar : Control
Visual Basic
<TemplatePartAttribute(Name := "EmbeddedProgressBar", Type := GetType(ProgressBar))> _
<TemplateVisualStateAttribute(Name := "Hidden", GroupName := "VisibilityStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "VisibilityStates")> _
Public Class C1ProgressBar _
	Inherits Control
XAML Object Element Usage
<C1ProgressBar .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Phone..::..C1ProgressBar

See Also