[]
        
(Showing Draft Content)

C1.WPF.C1ProgressBar

C1ProgressBar Class

Visual element which indicates the progress of an operation.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
[TemplateVisualState(Name = "Indeterminate", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Determinate", GroupName = "CommonStates")]
public class C1ProgressBar : RangeBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1ProgressBar()

Initializes a new instance of a C1ProgressBar.

Fields

Name Description
CornerRadiusProperty

Identifies the CornerRadius dependency property.

IndeterminateForegroundProperty

Identifies the IndeterminateForeground dependency property.

IsIndeterminateProperty

Identifies the IsIndeterminate dependency property.

Properties

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.

Methods

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.

Extension Methods