The DualProgressBar type exposes the following members.

Properties

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

See Also