Specifies the orientation and direction of progress bar fill animation.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public enum ProgressOrientation
Fields
Specifies that progress fills from bottom to top.
Bottom = 1
When set to Bottom, the progress bar displays as a vertical bar that fills upward from the bottom edge as progress increases.
Specifies that progress fills from left to right.
Left = 2
When set to Left, the progress bar displays as a horizontal bar that fills rightward from the left edge as progress increases. This is the most common progress bar orientation.
Specifies that progress fills from right to left.
Right = 3
When set to Right, the progress bar displays as a horizontal bar that fills leftward from the right edge as progress increases.
Specifies that progress fills from top to bottom.
Top = 0
When set to Top, the progress bar displays as a vertical bar that fills downward from the top edge as progress increases.