Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ProgressBar Class
Members

In This Topic
    C1ProgressBar Class
    In This Topic
    Visual element which indicates the progress of an operation.
    Object Model
    C1ProgressBar Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1VisualStateAttribute(Name="Indeterminate", 
       GroupName="Indeterminate", 
       Condition="IsIndeterminate")>
    <TemplateVisualStateAttribute(Name="Indeterminate", GroupName="IndeterminateStates")>
    <DefaultEventAttribute("ValueChanged")>
    <DefaultPropertyAttribute("Value")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1ProgressBar 
       Inherits System.Windows.Controls.Primitives.RangeBase
    [C1Control()]
    [C1VisualState(Name="Indeterminate", 
       GroupName="Indeterminate", 
       Condition="IsIndeterminate")]
    [TemplateVisualState(Name="Indeterminate", GroupName="IndeterminateStates")]
    [DefaultEvent("ValueChanged")]
    [DefaultProperty("Value")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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.Core.C1ProgressBar

    See Also