In This Topic
Visual element which indicates the progress of an operation.
Object Model
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
See Also