The DualProgressBar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DualProgressBar |
Initializes a new instance of the DualProgressBar class.
|
Methods
| Name | Description | |
|---|---|---|
| OnApplyTemplate |
Called by the framework when the control template is applied.
(Overrides ProgressBar..::.OnApplyTemplate()()().) | |
| OnMaximumChanged |
Called when the value of the Maximum property changes.
(Overrides RangeBase..::.OnMaximumChanged(Double, Double).) | |
| OnMinimumChanged |
Called when the value of the Minimum property changes.
(Overrides RangeBase..::.OnMinimumChanged(Double, Double).) | |
| OnPropertyChanged |
Called when the value of a property changes.
(Overrides FrameworkElement..::.OnPropertyChanged(DependencyPropertyChangedEventArgs).) |
Fields
| Name | Description | |
|---|---|---|
| CenterContentProperty |
Identifies the CenterContent property.
| |
| EndContentProperty |
Identifies the EndContent property.
| |
| HorizontalTemplateProperty |
Identifies the HorizontalTemplate property.
| |
| NestedPercentageProperty |
Identifies the NestedPercentage property.
| |
| StartContentProperty |
Identifies the StartContent property.
| |
| VerticalTemplateProperty |
Identifies the VerticalTemplate property.
|
Properties
| Name | Description | |
|---|---|---|
| CenterContent |
Gets or sets the content to be displayed in the center of the DualProgressBar.
This is a dependency property.
| |
| EndContent |
Gets or sets the content to be displayed at the end of the DualProgressBar.
This is a dependency property.
| |
| HorizontalTemplate |
Gets or sets the ControlTemplate to be applied when the Orientation is set to horizontal.
This is a dependency property.
| |
| NestedPercentage |
Gets or sets the percentage of the current progress bar to be displayed as complete.
This is a dependency property.
| |
| StartContent |
Gets or sets the content to be displayed at the start of the DualProgressBar.
This is a dependency property.
| |
| VerticalTemplate |
Gets or sets the ControlTemplate to be applied when the Orientation is set to vertical.
This is a dependency property.
|