EnumProgressOrientation
Specifies the orientation and direction of progress bar fill animation.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public enum ProgressOrientation
Fields
Bottom
Specifies that progress fills from bottom to top.
Declaration
Bottom = 1
Field Value
Remarks
When set to Bottom, the progress bar displays as a vertical bar that fills upward from the bottom edge as progress increases.
Left
Specifies that progress fills from left to right.
Declaration
Left = 2
Field Value
Remarks
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.
Right
Specifies that progress fills from right to left.
Declaration
Right = 3
Field Value
Remarks
When set to Right, the progress bar displays as a horizontal bar that fills leftward from the right edge as progress increases.
Top
Specifies that progress fills from top to bottom.
Declaration
Top = 0
Field Value
Remarks
When set to Top, the progress bar displays as a vertical bar that fills downward from the top edge as progress increases.