[]
Visual element which indicates the progress of an operation.
[TemplateVisualState(Name = "Indeterminate", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Determinate", GroupName = "CommonStates")]
public class C1ProgressBar : RangeBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
C1ProgressBar() | Initializes a new instance of a C1ProgressBar. |
Name | Description |
---|---|
CornerRadiusProperty | Identifies the CornerRadius dependency property. |
IndeterminateForegroundProperty | Identifies the IndeterminateForeground dependency property. |
IsIndeterminateProperty | Identifies the IsIndeterminate dependency property. |
Name | Description |
---|---|
CornerRadius | Gets or sets a value that represents the degree to which the corners of the element are rounded. |
IndeterminateForeground | Gets or sets a brush used to highlight the dots when the bar is in indeterminate state. |
IsIndeterminate | Gets or sets a value indicating whether the control is in the indeterminate state. |
TemplateSettings | Gets the settings that can be bound in the template of the control. |
Name | Description |
---|---|
ChangeVisualStateCommon(bool) | Updates the current visual state of the Common visual state group to match the object's properties. |
OnApplyTemplate() | Builds the visual tree for the C1ProgressBar control when a new template is applied. |