[]
Specifies the orientation of the progress indicator in the control.
public enum ProgressOrientation : short
Public Enum ProgressOrientation As Short
| Name | Description |
|---|---|
| BottomToTop | Displays the progress indicator vertically bottom to top |
| LeftToRight | Displays the progress indicator horizontally left to right |
| RightToLeft | Displays the progress indicator horizontally right to left |
| TopToBottom | Displays the progress indicator vertically top to bottom |