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

In This Topic
    C1ProgressIndicator Class
    In This Topic
    Visual element which indicates application busy state. C1ProgressIndicator represents a control that indicates applycation busy state.
    Object Model
    C1ProgressIndicator Class
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="LayoutRoot", Type=System.Windows.Controls.Panel)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1ProgressIndicator 
       Inherits System.Windows.Controls.Control
    [LicenseProvider()]
    [TemplatePart(Name="LayoutRoot", Type=System.Windows.Controls.Panel)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1ProgressIndicator : System.Windows.Controls.Control 
    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
                         C1.WPF.C1ProgressIndicator

    See Also