Defines how the progress in the EllipsedProgressBar is shown.
Namespace: DW.WPFToolkit.Controls
Assembly: DW.WPFToolkit (in DW.WPFToolkit.dll) Version: 5.6.0.0
Syntax
C#
public enum EllipsedProgressBarKind
Members
Member name | Value | Description | |
---|---|---|---|
Pie | 0 | The progress value is shown in a pie form. A minimum value is an empty ellipse form and a maximum value is a full filled ellipse. | |
Pointer | 1 | The progress value is shown by a pointer line from the center to the value in the EllipsedProgressBar. | |
Items | 2 | The progress value is shown by the items in the EllipsedProgressBar. This is used in the IItemsFactory. |
See Also