The DualProgressBar type exposes the following members.

Methods

  NameDescription
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).)

See Also