Class ProgressBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class ProgressBar : RangeBase
Constructors
| Improve this Doc View SourceProgressBar()
Declaration
public ProgressBar()
Fields
| Improve this Doc View SourceIsIndeterminateProperty
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceIsIndeterminate
Declaration
public bool IsIndeterminate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
| Improve this Doc View SourceOnMaximumChanged(Double, Double)
Declaration
protected override void OnMaximumChanged(double oldMaximum, double newMaximum)
Parameters
Type | Name | Description |
---|---|---|
System.Double | oldMaximum | |
System.Double | newMaximum |
Overrides
| Improve this Doc View SourceOnMinimumChanged(Double, Double)
Declaration
protected override void OnMinimumChanged(double oldMinimum, double newMinimum)
Parameters
Type | Name | Description |
---|---|---|
System.Double | oldMinimum | |
System.Double | newMinimum |
Overrides
| Improve this Doc View SourceOnValueChanged(Double, Double)
Declaration
protected override void OnValueChanged(double oldValue, double newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | oldValue | |
System.Double | newValue |