[]
Visual element which indicates the progress of an operation.
[TemplateVisualState(Name = "Indeterminate", GroupName = "IndeterminateStates")]
[TemplateVisualState(Name = "Determinate", GroupName = "IndeterminateStates")]
public class C1ProgressBar : RangeBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
C1ProgressBar() | Initializes a new instance of the C1ProgressBar class. |
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. |
IsDisposed | Gets whether this instance is disposed. |
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 |
---|---|
ChangeVisualStateIndeterminate(bool) | Updates the current visual state of the Indeterminate visual state group to match the object's properties. |
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the C1ProgressBar class. |
OnApplyTemplate() |