Enum ProgressOrientation
Specifies the orientation and direction of progress bar fill animation.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum ProgressOrientation
Remarks
This enumeration defines the direction from which progress bars fill their content area, affecting both the visual orientation and the animation direction of progress indication. Used by progress bar controls and primitives to determine how progress is visually represented.
Bottom
Specifies that progress fills from bottom to top.
Left
Specifies that progress fills from left to right.
Right
Specifies that progress fills from right to left.
Top
Specifies that progress fills from top to bottom.